pytesseract не видит три точки вне контекста, возможно ли исправить?
Код:
from PIL import Image
from pytesseract import pytesseract
pytesseract.tesseract_cmd = 'C:\\Program Files\\Tesseract-OCR\\tesseract.exe'
print(pytesseract.image_to_string(Image.open('image1.png')) + pytesseract.image_to_string(Image.open('image2.png')))
Вывод консоли:
1:Abh...
2:...
image1:
image2:
Скрин из pycharm: