MBPDocumentType
Objective-C
enum MBPDocumentType : NSInteger {}
Swift
enum MBPDocumentType : Int, @unchecked Sendable
Type of the document which recognizer scans
-
Document type for latin documents used with BlinkOCR recognizer
Declaration
Objective-C
MBPBlinkOCRDocumentType
Swift
case blinkOCRDocumentType = 0
-
Document type for MICR font
Declaration
Objective-C
MBPMicrDocumentType
Swift
case micrDocumentType = 1
-
Document type for Arabic characters
Declaration
Objective-C
MBPArabicDocumentType
Swift
case arabicDocumentType = 2
-
Document type for handwriting
Declaration
Objective-C
MBPHandwrittenDocumentType
Swift
case handwrittenDocumentType = 3