All Projects → appintheair → MRZScanner

appintheair / MRZScanner

Licence: MIT License
Library for scanning documents via MRZ (Machine Readable Zones) using  Vision API

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to MRZScanner

EPassportNFCReader
ID Card and E-Passport Reader NFC Android Application - Sample Project with MLKit
Stars: ✭ 62 (+55%)
Mutual labels:  mrz
docscan
Docscan is a document scanner. Take a photo of your documents and frame it.
Stars: ✭ 40 (+0%)
Mutual labels:  document-scanner
rn-doc-scanner-android
React-Native Document Scanner for Android
Stars: ✭ 19 (-52.5%)
Mutual labels:  document-scanner
Document-Scanner-and-OCR
A simple document scanner with OCR implemented using Python and OpenCV
Stars: ✭ 31 (-22.5%)
Mutual labels:  document-scanner
Firebase-HMS-ML-Kit-Scanner-Demo
Various scanner use cases using Firebase or HMS ML-Kit
Stars: ✭ 22 (-45%)
Mutual labels:  mrz
smartscanner-android-api
Convenience API for ID PASS SmartScanner to simplify the Intent call out process
Stars: ✭ 19 (-52.5%)
Mutual labels:  mrz-scanner
doc-skanner
An Android application that makes it possible to automatically scan and digitize documents from photos.
Stars: ✭ 92 (+130%)
Mutual labels:  document-scanner
blinkid-in-browser
BlinkID In-browser SDK for WebAssembly-enabled browsers.
Stars: ✭ 40 (+0%)
Mutual labels:  mrz
smartscanner-core
ID scanning Android app and library. Supports MRZ, NFC, Barcodes, and ID PASS Lite cards.
Stars: ✭ 44 (+10%)
Mutual labels:  mrz-scanner
scanbot-sdk-example-ios
No description or website provided.
Stars: ✭ 17 (-57.5%)
Mutual labels:  mrz
DocumentScanner
Simple document scanner built with the Apple's Vision framework
Stars: ✭ 53 (+32.5%)
Mutual labels:  document-scanner
scanbot-sdk-example-ionic
Scanbot scanner SDK example app for Ionic with Cordova.
Stars: ✭ 24 (-40%)
Mutual labels:  mrz
QKMRZScanner
Scan MRZ (Machine Readable Zone) from identity documents (passport, id, visa) using iPhone/iPad (iOS)
Stars: ✭ 81 (+102.5%)
Mutual labels:  mrz

Build and test SPM codecov

MRZScanner

Library for scanning documents via MRZ using  Vision API.

Example

The example project is located inside the Example folder.

gif

To run it, you need a device with the minimum required OS version.

Requirements

  • iOS 13.0+
  • macOS 10.15+
  • Mac Catalyst 13.0+
  • tvOS 13.0+

Installation guide

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/appintheair/MRZScanner.git", .upToNextMajor(from: "0.0.1"))
]

The library has an SPM dependency for MRZ code parsing.

Usage

Currently there are 2 scanners available, LiveMRZScanner and ImageMRZScanner. The first is used to scan the MRZ code on a single image, and the second in real-time scanning.

To scan, you need to call the scanFrame / scan method of the scanner.

License

The library is distributed under the MIT LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].