LIBRARIES USED:
pytesseract
cv2
os
PIL
You can download .exe file from here
Then you can provide the path
# path to the Tessaract
pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR\tesseract.exe"pip install opencv-python LIBRARIES USED:
pytesseract
cv2
os
PIL
You can download .exe file from here
Then you can provide the path
# path to the Tessaract
pytesseract.pytesseract.tesseract_cmd = r"C:\Program Files\Tesseract-OCR\tesseract.exe"pip install opencv-python