VietCardOcr
0.1.5
vietcardocr is a Python library for extracting information from Vietnamese Personal Card (IDCard, Driving License, Student Card).
Use the package manager pip to install foobar.
pip install vietcardocrimport vietcardocr.extract as ex
res = ex.extract("example-image.jpg") #return a dictionary data type
print(res)) Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
MIT