Learn how to parse a basic invoice using OmniAI’s extract API
Create a document template
Build an extraction schema
object
- invoice totals, including tax, subtotal, and totalobject
- vendor details, including name and addressobject
- invoice details, including date and numberarray
- line items, including amount, quantity, unit price, and descriptionExample invoice JSON schema
Test the template
Using the API