Learn how to create custom schemas to guide data extraction
curl
to create a simple schema for invoices:
name
: A unique name for your schema.type
: Must be "invoice"
or "bank_statement"
.schema_string.fields
: An array of strings listing the fields you want to extract.