Skip to content

albineb007/OCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

OCR Project

This Project written in Python

It uses Libraries like

-tesseract-ocr : The core Tesseract OCR engine for character recognition.

-pytesseract : A Python wrapper for Tesseract, Which allow's to use Tesseract functionalities from Python code.

-pillow : Python Imaging Library (PIL) for loading, manipulating, and saving images (used by pytesseract).

-opencv-python : Python bindings for OpenCV, a computer vision library that can be helpful for pre-processing images before feeding them to Tesseract (optional, not directly used by pytesseract in the provided code).

This Project Identifies and Convert's the Text from Image in a accuracy of 80%.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published