Skip to content

aditya9110/Tesseract-OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Extraction using Tesseract

  • About

An OCR project as a Proof of Concept to deploy a machine learning project using Streamlit. The text extraction process is accompanied with image processing for better text recognition and achieving higher efficiency.

  • Libraries / Frameworks

    1. Streamlit - UI
    2. Tkinter - File download setup
    3. Pytesseract
    4. Pdf2Image
    5. OpenCV - Image Processing
  • Code Execution

    1. Make sure you have Python 3.8 installed on the system.
    2. Open cmd where the contents are unzipped.
    3. Run the below command to install required packages.

      pip install -r requirements.txt

    4. Install Tesseract setup file
    5. Once all packages are installed, run the following command:

      streamlit run OCR.py

If facing any issues, contact me

  • Output

Bounding Box around recognized text output1

Text extraction and document saved output2

Extracted Text Output output3

Releases

No releases published

Packages

No packages published

Languages