79228463

Date: 2024-11-26 22:36:28
Score: 0.5
Natty:
Report link

these days on windows I had to use this path:

from PIL import Image

import pytesseract

pytesseract.pytesseract.tesseract_cmd = r'C:\Program Files\Tesseract-OCR\tesseract.exe'


print(pytesseract.image_to_string(Image.open('station_test.jpeg')))

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Je Je