The document extraction feature identifies key field information in a document based on the fields configured for its file category.Each field includes a key-value pair and position coordinate information.Documentation Index
Fetch the complete documentation index at: https://docs-docflow.textin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Field Structure
Field information is located inresult.files[].data.fields[], with each field containing the following attributes:
key: Field name (such as “Invoice Code”, “Invoice Date”, etc.)value: Field value (recognized text content)position[]: Position coordinate information of the field in the document; fields may span pages or lines, so an array is used

