Document AI
Structured Extraction
API for extracting structured data from documents
The structured extraction API helps in extracting structured data from documents. It’s ideal for automating data extraction from invoices, RFPs, tax and financial statements, and other structured documents.
Quick Start
1
Define a Schema
Define a schema for the document you want to extract data from. Schemas are defined as JSON Schema.
2
Define a Prompt
Structured Extraction is carried out using a combination of prompts and JSON Schema. If you want to override the prompt we use internally, you can provide your own prompt -
3
Upload the Document
4
Extract Data
Get the result from the API.
Was this page helpful?