Sample · Beta
Education
Extract student and GPA fields from academic transcripts (beta).
Sample input
PDF preview
Academic Transcript
Student ID
GPA 3.72
Extracted fields
- Student name
- Student id
- Institution name
- Gpa
| Course | Grade | Credits |
|---|---|---|
| Calculus | A | 4 |
- Confidence
- 83%
- Fields
- 6+
Exports available
JSON
CSV
Same exports in the workspace after you upload a real document — CSV, JSON, filing formats, and API.
Create free account to export
Business value
Before
Transcript PDF
After
Student fields
Outcome
Verification workflow
Use this through the API
Same structured output via REST — ideal for embedded workflows and batch automation.
Request
POST /api/v1/extract
Authorization: Bearer pm_live_••••
{
"industry": "education",
"template": "transcript",
"file": "@document.pdf"
}
Response
{
"document_type": "transcript",
"status": "processed",
"export_ready": true
}
Try Education with your own file
Run the live demo with this template pre-selected — no account required for the first runs.