import cv2
import pytesseract
# This will read images
img = cv2.imread("image.png")
# This will run tesseract OCR on images
text = pytesseract.image_to_string(img)
# This will print the recognized text
print(text)
6th Feb 2023, 7:43 PM
IAmJunior B
Vous avez souvent des questions comme celle-ci ?
Apprenez de maniĂšre plus efficace, gratuitement :