OcrDocumentRequest
OcrDocumentRequest documentation for .NET SDK
Request body for OCR document processing.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Content | string | Base64-encoded document bytes | |
| Format | OcrInputFormat | [optional] | |
| IncludeRawJson | bool? | Include raw OCR JSON payload in the response | [optional] |
| IncludeMarkdown | bool? | Include markdown rendering in the response | [optional] |
| StartPage | int? | 0-based inclusive start page | [optional] |
| EndPage | int? | 0-based inclusive end page | [optional] |