Swiftpack.co - Mattijah/QKMRZParser as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Mattijah.
Mattijah/QKMRZParser v2.0.0
Parse MRZ (Machine Readable Zone) from identity documents using Swift.
⭐️ 20
🕓 2 years ago
.package(url: "https://github.com/Mattijah/QKMRZParser.git", from: "v2.0.0")

SwiftPackageSupport Swift 5.0 Git

QKMRZParser

Parses MRZ (Machine Readable Zone) from identity documents.

Supported formats:

  • TD1
  • TD2
  • TD3
  • MRV-A
  • MRV-B
  • French ID

Installation

QKMRZParser is available through CocoaPods and the Swift Package Manager. To install it via CocoaPods simply add the following line to your Podfile:

pod 'QKMRZParser'

Usage

import QKMRZParser

let mrzLines = [
    "P<UTOERIKSSON<<ANNA<MARIA<<<<<<<<<<<<<<<<<<<",
    "L898902C36UTO7408122F1204159ZE184226B<<<<<10"
]

let mrzParser = QKMRZParser(ocrCorrection: true)
let result = mrzParser.parse(mrzLines: mrzLines)

print(result)

TODO

  • ☐ Tests
  • ☐ Documentation
  • ☐ Support Swiss Driving License
  • ☑ Support French national ID
  • ☐ Improve OCR correction
  • ☐ Latin transliteration
  • ☐ Arabic transliteration
  • ☐ Cyrillic transliteration

License

This project is licensed under the MIT License - see the LICENSE file for details

GitHub

link
Stars: 20
Last commit: 28 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics