Skip to content

arvi18/ocr-using-pytesseract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pytOCR - OCR using pyTesseract, easyOCR and pdfToImg

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.

Authors

Run Locally

Clone the project

  git clone https://github.com/arvi18/ocr-using-pytesseract

Go to the project directory

  cd ocr-using-pytesseract

Setup virtual environment

  python3 -m venv venv
source venv/bin/activate

Install dependencies

  pip3 install -r requirements.txt

Install Tesseract for Ubuntu

  sudo apt install tesseract-ocr

If you have windows or MacOS refer this docs here

Start the server

  python3 manage.py runserver

About

pytOCR: OCR using Pytesseract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors