SourceClassification
public enum SourceClassification : String, Decodable
The possible source classifications of a document.
-
A composite document created by one or several partial documents
Declaration
Swift
case composite = "COMPOSITE"
-
A “native” document, usually a PDF document.
Declaration
Swift
case native = "NATIVE"
-
A scanned document, usually the result of a photographed or scanned document.
Declaration
Swift
case scanned = "SCANNED"
-
A scanned document with the ocr information on top.
Declaration
Swift
case sandwich = "SANDWICH"
-
A text document.
Declaration
Swift
case text = "TEXT"