Skip to main content
The document extraction function can recognize table structures in documents and convert table content into structured data format. Table information includes table headers, row data, position coordinates, and other detailed information.

Table Structure

Table information is located in result.files[].data.items[][], using a two-dimensional array structure:
  • items[][]: Table data, where the outer array represents rows and the inner array represents cells in rows

Table Data Structure

Example Code

Return Data Example