Easily extract text from images and pdf documents powered by Pytesseract and easyOCR. Learned to manage various operations in a project efficiently for the best outcome.
Clone the project
git clone https://github.com/arvi18/ocr-using-pytesseractGo to the project directory
cd ocr-using-pytesseractSetup virtual environment
python3 -m venv venvsource venv/bin/activate
Install dependencies
pip3 install -r requirements.txtInstall Tesseract for Ubuntu
sudo apt install tesseract-ocrIf you have windows or MacOS refer this docs here
Start the server
python3 manage.py runserver