You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> Extract highlighted text from images using OCR and CV in your browser
This project is a JavaScript port of my Python app designed to extract highlighted text from book images. It uses OCR (Optical Character Recognition) and image processing techniques to detect and extract highlighted sections from images. See my [original post](https://dev.to/zirkelc/extract-highlighted-text-from-a-book-using-python-e15) for more information. This JavScript app runs entirely in-browser without the need to download or install any dependencies.