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