foxanna / mrz_parser

Parse MRZ (Machine Readable Zone) from identity documents.
https://pub.dev/packages/mrz_parser
MIT License
15 stars 11 forks source link

Error: LSTM requested, but not present!! Loading tesseract. #8

Closed mobin-sk closed 1 year ago

mobin-sk commented 1 year ago

When I open scanner in iOS , it is not detecting MRZ code in the console it shows error as : Error: LSTM requested, but not present!! Loading tesseract.. Can you please help me to fix this issue ?

foxanna commented 1 year ago

Hi @mobin-sk, The mrz_parser package is responsible for converting a simple list of String to an MRZResult object. But looking at your description, I guess the problem arises before mrz_parser is involved and comes from the flutter_mrz_scanner code.

mobin-sk commented 1 year ago

Thanks For Reply : I Guess tesseract Pod version should be upgraded to solve this issue.

foxanna commented 1 year ago

Hi @mobin-sk, I assume the proposed solution is destined for another package. Do you think this issue can be closed?

mobin-sk commented 1 year ago

Okay