canklot
canklot
Thanks Wrecker J Removing libssl-dev and installing version 1 solve my problem
try to remove libssl-dev sudo apt remove libssl-dev and install libssl1.0-dev sudo apt install libssl1.0-dev
Just download the repository. Extract it. Open up cmd as admin. Navigate to the extracted folder. And run `setup.py install`
Fixed `delay + (delaymin, delaymax)` problem and updated Docstring and README.md. Anything else?
``` if (mrz !=None) and (mrz.valid_score > 50): print("good enough") ```
An easy work around for others ``` def check_france(mrz): if mrz.type == "ID" and mrz.country == "FRA" and mrz.valid == False: mrz.mrz_type = "TDF" raw_text = mrz.aux['raw_text'] mrz.last_name = raw_text[5:30].replace("
Are you using the legacy mode with tesseract?
> I'd also be happy if someone who has access to such IDs, enough time, skill and motivation would try such experiments. Unfortunately, I personally don't have the resources necessary...
Hey man did you checked the files I provided? @konstantint
> You did read the second sentence in previous comment as well, right? ;) My bad sorry. I thought you just don't have images. Well I am onto it. Might...