This is an image to text recognition that focuses on ISBN numbers from books.
It can return either ISBN-10 or ISBN-13 codes.
To scan, you can call the scan.py script in the src folder:
python scan.py --path {Path to File}
- To scan an image, you can run:
python scan.py -p isbn_images/test.png
- To scan a folder of images, you can run:
python scan.py -p isbn_images/
- You can check your ISBN results against an online source to make sure that it exists
Note: Currently using AbeBooks as a checker.
python scan.py -p isbn_images/ -o
- You can export the data as a csv file
python scan.py -p isbn_images/ -o -x output.csv
Note: By default, script will output a csv file with the results.
- Jimmy Le - Jldevops
Licensed under the MIT License