Interface ExtractAttachmentTextOptions

Options for extracting text from an attachment. Choose a method and whether fallback is allowed.

Export

Interface

ExtractAttachmentTextOptions

Hierarchy

  • ExtractAttachmentTextOptions

Properties

allowFallback?: boolean

Allow fallback to native extraction when the selected method is unavailable.

Memberof

ExtractAttachmentTextOptions

maxBytes?: number

Maximum bytes to read from attachment for native text extraction.

Memberof

ExtractAttachmentTextOptions

Method for extracting text from attachments. OCR/LLM methods are reserved for advanced extraction.

Memberof

ExtractAttachmentTextOptions