Appearance
Interface: OcrOptions
Defined in: src/ai/ocr.tsx:10
Options for ocrDocument.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
endpoint | string | Azure Document Intelligence endpoint URL. | src/ai/ocr.tsx:12 |
model? | string | Model ID to use for analysis. Defaults to prebuilt-read. | src/ai/ocr.tsx:14 |
key? | string | Azure OCR API key. Falls back to the key stored in assistant secrets. | src/ai/ocr.tsx:16 |