OcrDocumentRequest
OcrDocumentRequest documentation for JavaScript SDK
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 | Number | 0-based inclusive start page | [optional] |
| endPage | Number | 0-based inclusive end page | [optional] |