Enum DocumentType
Types of documents supported by document AI models.
[Flags]
public enum DocumentType
Fields
All = -1All document types supported.
BusinessDocument = 1Business documents like invoices, receipts, purchase orders, and contracts.
Form = 4Structured forms with fields, checkboxes, and signatures.
Handwritten = 32Handwritten documents and notes.
Infographic = 256Charts, diagrams, and infographics.
Letter = 16Letters and general correspondence.
None = 0No specific document type.
Report = 8Business and financial reports with complex layouts.
ScannedDocument = 64General scanned documents.
ScientificPaper = 2Scientific and academic papers with figures, tables, and citations.
WebPage = 128Screenshots of web pages.
Remarks
For Beginners: Document AI models can be specialized for different document types. Use these flags to specify which types a model supports or to filter processing. Multiple types can be combined using the | operator.