digital-voting-pass / polling-station-app

Voting station app to redeem the suffrage on the blockchain using a machine readable travel document.
GNU Lesser General Public License v3.0
40 stars 17 forks source link

OCR reading of MRZ in-app #19

Closed jonathanraes closed 7 years ago

jonathanraes commented 7 years ago

Read the MRZ and save the contents as String

Possible improvements to OCR

TODO Before ready for develop merge:

lots of parameters - bad documentation

jonathanraes commented 7 years ago

ocr() - 1 2 camera2 api - 1 mrz info - 1 2

wkmeijer commented 7 years ago

iOS app for scanning MRZ of passport: https://github.com/evermeer/PassportScanner

wkmeijer commented 7 years ago

Changing the contrast of the bitmap has no noticeable influence on the accuracy.

jonathanraes commented 7 years ago

Now ready for review/merge.

Black bar is still there, caused by seting aspect ratio on autoFitTextureView. Reduced by hardcoding value of 150. See setUpCameraOutputs() line 501

wkmeijer commented 7 years ago

For testing see #49