Giter Club home page Giter Club logo

android-mrz-reader's Issues

mrz.traineddata and How to implement OCR-B font?

Can't find in the code how does it implement mrz.traineddata and what is it main role?
Also Is there a way to implement OCR-B font that is used for passports, because I cant find anything about that.

Best Regards

Support for USB camera

Is it possible to use USB camera connected to android tablet or phone ?

More like the USB camera stationed on desk like table lamp, so the document with MRZ is placed under it.

How one can go about implementing such in the code ?

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Cannot find preset's package (github>whitesource/merge-confidence:beta)

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/android.yml
  • actions/checkout v3
  • actions/setup-java v3.13.0
.github/workflows/gitleaks.yaml
  • actions/checkout v3
  • zricethezav/gitleaks-action v1.6.0
gradle
gradle.properties
settings.gradle
build.gradle
  • com.android.tools.build:gradle 7.4.2
  • org.sonarsource.scanner.gradle:sonarqube-gradle-plugin 3.5.0.2730
  • com.hiya:jacoco-android 0.2
MRZReader/build.gradle
  • jacoco 0.8.11
  • androidx.core:core 1.8.0
  • com.rmtheis:tess-two 9.1.0
  • org.jmrtd:jmrtd 0.7.40
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 7.6.3

  • Check this box to trigger a request for Renovate to run again on this repository

How to speed up scan ?

Issue 1: It takes up to 10 seconds to scan and get MRZ. How to speed up the process.

Issue 2: How to activate ML -Kit ?

Support potrait cameraview

Hello. I try to make your project can support potrait. But seem it still failed when detect MRz. Can you make your project support above feature. Thank you!

PASSPORT_TD_3_LINE_2_REGEX bug

The passport line 2 regex expects only a numeric character for the second last character of the MRZ. This is incorrect according to the spec (and my passport), which states "Check digit over digits 29โ€“42 (may be < if all characters are <)". So the regex should be updated from

public static final String PASSPORT_TD_3_LINE_2_REGEX = "([A-Z0-9<]{9})([0-9]{1})([A-Z]{3})([0-9]{6})([0-9]{1})([M|F|X|<]{1})([0-9]{6})([0-9]{1})([A-Z0-9<]{14})([0-9]{1})([0-9]{1})";

to

public static final String PASSPORT_TD_3_LINE_2_REGEX = "([A-Z0-9<]{9})([0-9]{1})([A-Z]{3})([0-9]{6})([0-9]{1})([M|F|X|<]{1})([0-9]{6})([0-9]{1})([A-Z0-9<]{14})([0-9<]{1})([0-9]{1})";

MRZInfo doesnt equal

I have an Id whose first line has "<" character after document number. after that it has an id number but mrzinfo consructor doesnt accept that . after remove that character and adds the end of first line it accepts. what can I do?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.