Extract structured data from documents
json_schema
defines the structure of the data to be extracted. It consists of a title
, type
, and a list of properties
. Each property represents a specific field to extract from the document.
string
, list
).