JLDevOps / ISBN-Book-OCR

Image to text recognition for ISBN numbers from books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Image to text recognition for ISBN numbers from books.

License:MIT License


Languages

Language:Python 100.0%