Optical Character Recognition(OCR)-Tesseract
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.
EACH CHARACTER

EACH WORD

Last updated
Was this helpful?