Skip to content

Image to text recognition for ISBN numbers from books.

License

Notifications You must be signed in to change notification settings

JLDevOps/ISBN-Book-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISBN Book OCR

This is an image to text recognition that focuses on ISBN numbers from books.

It can return either ISBN-10 or ISBN-13 codes.

Usage

To scan, you can call the scan.py script in the src folder:

python scan.py --path {Path to File}
  1. To scan an image, you can run:
    python scan.py -p isbn_images/test.png
  2. To scan a folder of images, you can run:
    python scan.py -p isbn_images/
  3. You can check your ISBN results against an online source to make sure that it exists
    python scan.py -p isbn_images/ -o
    Note: Currently using AbeBooks as a checker.
  4. 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.

Authors

License

Licensed under the MIT License

Releases

No releases published

Packages

No packages published

Languages