capacitor-plugin-scanbot-sdk
    Preparing search index...

    Type Alias CheckMagneticInkStripScanningStatus

    CheckMagneticInkStripScanningStatus:
        | "SUCCESS"
        | "INCOMPLETE_VALIDATION"
        | "ERROR_NOTHING_FOUND"

    Check magnetic ink (MICR) strip scanning status.

    • SUCCESS: Scanning successful.
    • INCOMPLETE_VALIDATION: Magnetic ink strip was found, but validation failed, because of a format violation, an unsupported format, or an OCR error.
    • ERROR_NOTHING_FOUND: Magnetic ink strip was not found.

    Type Declaration

    • "SUCCESS"

      Scanning successful.

    • "INCOMPLETE_VALIDATION"

      Magnetic ink strip was found, but validation failed, because of a format violation, an unsupported format, or an OCR error.

    • "ERROR_NOTHING_FOUND"

      Magnetic ink strip was not found.