Skip to content

Locate marked-up regions in photos of books and documents using Python and OpenCV.

License

Notifications You must be signed in to change notification settings

iRove108/markups

Repository files navigation

Markups

Markups is a library written for Python and OpenCV that identifies areas of text that have been annotated by a reader. The library supports the following forms of annotations:

  • Highlights

The following forms of annotations are in development. To learn more about them, see CONTRIBUTING.md.

  • Underlines
  • Sidenotes

Install from source

git clone https://github.com/iRove108/markups.git
cd markups
pip install .

Running the highlight extraction example

cd examples/highlighted_text
python main.py

The output should look something like this:

Contributions

See CONTRIBUTING.md

Code of Conduct

See CODE_OF_CONDUCT.md

About

Locate marked-up regions in photos of books and documents using Python and OpenCV.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages