Tesseract Ocr вылетает
Тессеракт падает при выполнении кода ниже
from PIL import Image
import pytesseract
text = pytesseract.image_to_string(Image.open('im1.png'))
Тессеракт падает при выполнении кода ниже
from PIL import Image
import pytesseract
text = pytesseract.image_to_string(Image.open('im1.png'))