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
MBPBlinkOCRDocumentTypeSwift
case blinkOCRDocumentType = 0 -
Document type for MICR font
Declaration
Objective-C
MBPMicrDocumentTypeSwift
case micrDocumentType = 1 -
Document type for Arabic characters
Declaration
Objective-C
MBPArabicDocumentTypeSwift
case arabicDocumentType = 2 -
Document type for handwriting
Declaration
Objective-C
MBPHandwrittenDocumentTypeSwift
case handwrittenDocumentType = 3
View on GitHub