Can I implement MRZ Reading of ID Card Or Passport in Expo managed react native project?

937 Views Asked by At

I have a problem/issue with finding any useful sdk, which is capable to work as MRZ reader. I want to read mrz from ID Card or from Passport. Is it possible to be done on expo?

1

There are 1 best solutions below

0
Evgin On

Currently implementing it as part of my IT certification training, I will publish it on GitHub when finished. For starters, please take a look at the below libraries:

However, you cannot use Tesseract natively with Expo at the moment. Please read the related issue on GitHub.

Best possible way is via ejecting. I will update this post when possible.