Skip to main content
Elements of the tables array are objects describing tables, which consist of cells that can contain text, images, and barcodes. An OCR skill uses separators, structured blocks, and repeating elements to recognize a table.
PropertyData typeDescription
idstringThe identifier of the block containing the table.
positionrectThe coordinates of the rectangular region on the document where the table is located.
confidenceconfidenceThe level of confidence for the text in the table being recognized correctly. Calculated using confidence values for cells that make up the table.
cellsobject arrayThe array of all table cells.