I'm trying to read text from images with Tesseract. I downloaded from here 
<https://github.com/UB-Mannheim/tesseract/wiki> and installed in ```
C:\Users\my_user\AppData\Local\Programs\Tesseract-OCR```, which was the 
default in the installer. When I try this in python: `image = 
Image.open(path); pytesseract.image_to_string(image)`, I keep getting the 
following issue:
tesseract.exe - System Error The code execution cannot proceed because 
libcurl.dll was not found. Reinstalling the program may fix this problem`

I've tried reinstalling the program to no avail. I also downloaded the 
libcurl.dll file from online (here <https://curl.se/windows/> and from 
dllme) and placed it the same directory as tesseract.exe. I also tried 
adding it to PATH, but still nothing works. Why doesn't this work after 
fresh installs? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tesseract-ocr+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/tesseract-ocr/b40707ed-e4ec-4d13-8a03-90b24101a839n%40googlegroups.com.

Reply via email to