PPDocumentType
enum PPDocumentType {}
Type of the document which recognizer scans
-
Document type for latin documents used with BlinkOCR recognizer
Declaration
Objective-C
PPBlinkOCRDocumentType
Swift
case blinkOCRDocumentType = 0
-
Document type for MICR font
Declaration
Objective-C
PPMicrDocumentType
Swift
case micrDocumentType = 1
-
Document type for Arabic characters
Declaration
Objective-C
PPArabicDocumentType
Swift
case arabicDocumentType = 2
-
Document type for handwriting
Declaration
Objective-C
PPHandwrittenDocumentType
Swift
case handwrittenDocumentType = 3