MBIDocumentType
enum MBIDocumentType {}
Type of the document which recognizer scans
-
Document type for latin documents used with BlinkOCR recognizer
Declaration
Objective-C
MBIBlinkOCRDocumentTypeSwift
case blinkOCRDocumentType = 0 -
Document type for MICR font
Declaration
Objective-C
MBIMicrDocumentTypeSwift
case micrDocumentType = 1 -
Document type for Arabic characters
Declaration
Objective-C
MBIArabicDocumentTypeSwift
case arabicDocumentType = 2 -
Document type for handwriting
Declaration
Objective-C
MBIHandwrittenDocumentTypeSwift
case handwrittenDocumentType = 3
View on GitHub
MBIDocumentType Enumeration Reference