OcrDocumentRequest
OcrDocumentRequest documentation for Java SDK
OcrDocumentRequest
Request body for OCR document processing.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| content | String | Base64-encoded document bytes | |
| format | OcrInputFormat | [optional] | |
| includeRawJson | Boolean | Include raw OCR JSON payload in the response | [optional] |
| includeMarkdown | Boolean | Include markdown rendering in the response | [optional] |
| startPage | Integer | 0-based inclusive start page | [optional] |
| endPage | Integer | 0-based inclusive end page | [optional] |