Skip to content

zirkelc/pyhighlight-ocr

Repository files navigation

Python Highlight OCR

Extract highlighted text from book images using Python, OpenCV, and Tesseract OCR.

Note

I have ported this project to JavScript to run in the browser without any installation. Check out highlights.

See my original blog post Extract highlighted text from a book using Python for more details.

Usage

Install dependencies:

pip install pytesseract opencv-python numpy

Run with an image:

python main.py path/to/your/book-image.jpg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages