DocType

DocType enumeration

Represents the high-level document category detected for an image or page.

public enum DocType

Values

NameValueDescription
UNKNOWN0Document type was not detected.
PICTURE1Photo, ad, billboard, packaging, etc.
HANDWRITTEN2Handwritten content category.
BOOK3Book page/content category.
FORMULA4Mathematical formula, equation, or expression content category.
TABLE5Table, spreadsheet-like layout, or structured grid content category.
PRESENTATION6Presentation slide or deck page content category.
SCIENTIFIC7Scientific article, report, paper, or technical publication content category.
INVOICE8Invoice, bill, receipt, or payment document content category.

Remarks

The result can be produced by machine-learning models and/or rule-based algorithms. The set of values may be extended in future versions.

See Also