Extract
Upload a document, build a schema, and extract structured data.
Document
Upload a PDF, PNG, JPEG, or HEIC file to get started.
Add fields, nested object fields, and lists of objects to build your schema.
Generated JSON schema output from your form configuration.
{
"type": "object",
"properties": {
"invoice_number": {
"type": "string",
"description": "Invoice reference"
}
},
"required": [
"invoice_number"
]
}Upload a document and configure a schema, then click Extract.