Guides
Extracting Data
Extracting data with Documind
Let’s run a sample extraction with the Documind open-source package.
The file URL.
The schema that defines the structure of the data you want to extract. More on schema definitions here.
Currently, only URLs are accepted. Ensure your document is hosted and accessible via a public URL.
Example Output
Once the extraction process is complete, the result will return a structured JSON object with the extracted data:
Indicates whether the extraction was successful or not.
The number of pages processed in the document.
The extracted data based on the schema.
The name of the processed file