extract text from an image using Python and Tesseract
I observed that many individuals working in data entry jobs often have to manually type text from images, which can be quite time-consuming. As a result, I made the decision to create a repository that simplifies the process, allowing them to easily extract text from images and arrange it in documents.
I have also included comprehensive documentation to guide users through running the code on their local machines, even if they don't have a background in coding. This resource is designed to be highly beneficial.
python3 -m venv venv
source ./venv/bin/activatepython3 -m venv venv
cd venv/Scripts && activate && cd .. && cd ..- confirm tesseract exe path on your OS
python3 main.py