MBIDocumentType

enum MBIDocumentType {}

Type of the document which recognizer scans

  • Document type for latin documents used with BlinkOCR recognizer

    Declaration

    Objective-C

    MBIBlinkOCRDocumentType

    Swift

    case blinkOCRDocumentType = 0
  • Document type for MICR font

    Declaration

    Objective-C

    MBIMicrDocumentType

    Swift

    case micrDocumentType = 1
  • Document type for Arabic characters

    Declaration

    Objective-C

    MBIArabicDocumentType

    Swift

    case arabicDocumentType = 2
  • Document type for handwriting

    Declaration

    Objective-C

    MBIHandwrittenDocumentType

    Swift

    case handwrittenDocumentType = 3