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