OCRTableObject
April 7, 2026 ยท View on GitHub
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | str | :heavy_check_mark: | Table ID for extracted table in a page |
content | str | :heavy_check_mark: | Content of the table in the given format |
format_ | models.Format | :heavy_check_mark: | Format of the table |
word_confidence_scores | List[models.OCRConfidenceScore] | :heavy_minus_sign: | Per-word confidence scores for the table content. Returned when confidence_scores_granularity is set to 'word'. |