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
git clone https://github.com/iRove108/markups.git
cd markups
pip install .
cd examples/highlighted_text
python main.py
The output should look something like this:
See CONTRIBUTING.md