OcrDocumentResponse
OcrDocumentResponse documentation for Java SDK
OcrDocumentResponse
Response containing page-ordered OCR results.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| detectedFormat | OcrInputFormat | Detected input format | |
| pageCount | Integer | Number of pages processed after applying the range | |
| pages | List<OcrPageResult> | Ordered per-page OCR results | |
| timings | DocumentTimings | Aggregate timing statistics |