Skip to content

Interface: OcrOptions

Defined in: src/ai/ocr.tsx:10

Options for ocrDocument.

Properties

PropertyTypeDescriptionDefined in
endpointstringAzure Document Intelligence endpoint URL.src/ai/ocr.tsx:12
model?stringModel ID to use for analysis. Defaults to prebuilt-read.src/ai/ocr.tsx:14
key?stringAzure OCR API key. Falls back to the key stored in assistant secrets.src/ai/ocr.tsx:16

Matterway Assistant SDK Documentation