Learn how to extract structured data from documents
You can either create an empty template or use one of our pre-defined templates.
You can define the JSON schema using our UI. JSON schema is a way to define the structure of the data you want to extract.
Supported data types are:
string
number
boolean
array
object
enum
You can also define descriptions for the fields to help the model understand the data you want to extract.
You can run extraction by uploading a document. The extracted fields will be returned on the right side of the UI.
You can also view markdown output of the extracted data, as well as the raw JSON output.
You can save the template by clicking on the save button.
After JSON schemas are defined, you can now use the API to process multiple documents.
You can retrieve your API keys in the settings page.
Here are some examples of how to use the API to process documents.