UB-Mannheim / tesseract

Tesseract Open Source OCR Engine (main repository)
Apache License 2.0
3.16k stars 439 forks source link

4.1.1 w64 - icuuc56.dll missing from unicharset_extractor.exe #41

Closed waylandc closed 3 years ago

waylandc commented 3 years ago

Environment

Current Behavior:

Trying to use unicharset_extractor.exe to train something and I get missing icuuc56.dll error.

I read that the 5.x alpha branch is good for windows by I'm using tesserocr on python which requires 4.x

stweil commented 3 years ago

Thank you for reporting that problem.

I use tesserocr with Python 3 very often with latest Tesseract, so using 5.x should work fine.

stweil commented 3 years ago

I just checked our code and did not find a Tesseract 4.1.1 released for Windows by UB Mannheim. Nor do we use an MSC compiler like it is indicated in your version message for leptonica.

Where did you get the Windows binaries from?

waylandc commented 3 years ago

Hi @stweil thanks for noticing. Looks like I had 2 versions installed and the one I was using came from a conda installation.

I'm going to go ahead and try 5.x though.