OPTICAL CHARACTER RECOGNITION PROJECT IN PYTHON USING OPENCV TESSERACT I have done this project using
- opencv ,
- pytesseract,
- matplotlib and also
- pil
Installing the required modules pip install pytesseract pip install matplotlib pip install cv2 pip install pillow
import the modules read the image show the image if you need
Using pytesseract module , use image_to_string extract the information AND print the extracted or identified matter