Optical Character Recognition(OCR)-Tesseract
Last updated
Last updated
PLATFORM
HOW TO
LINUX
Tesseract is included in most Linux distributions. ("sudo apt install tesseract-ocr")
FILE -> PROJECT INTERPRETER -> install pytesseract package
import pytesseract
While you're working with pytesseract, your src image should be in RBG format not BGR.