Relative Content

Tag Archive for pythonnew-operator

PyTesseract not extracting text? i am new in all of this python please need h3lp

it doesnt wants to extract the text from the image, like the terminal stays black with a space like if it was actually trying to extract the text, here is my code and the image
from PIL import Image
import pytesseract
import cv2
“C:UsersEmilianoDownloadspractic.png”
pytesseract.pytesseract.tesseract_cmd=”C:Program FilesTesseract-OCRtesseract.exe”