Closed AlexZeitler closed 2 years ago
I also have /usr/lib/x86_64-linux-gnu/libdl.so.2
(likely after running sudo apt install libc6-dev libgdiplus libx11-dev
)
sudo ln -s /lib/x86_64-linux-gnu/libdl.so.2 /lib/x86_64-linux-gnu/libdl.so
fixed the error message.
Now I get Failed to find library 'libtesseract51.dll.so' for platform x64
but this should be solvable as described in https://github.com/Sicos1977/TesseractOCR/issues/11#issuecomment-1148579216.
Will keep you posted.
Got it running:
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5
sudo apt install tesseract-ocr
ln -s /usr/lib/x86_64-linux-gnu/libtesseract.so.5 bin/Debug/net6.0/x64/libtesseract51.dll.so
Created a repo which builds a Docker container and runs a OCR scan: https://github.com/AlexZeitler/tesseract-ocr-dotnet6
I'm trying to run this sample from the
README
on Xubuntu 22.04:After
sudo apt install libleptonica-dev
and symlink-inglibleptonica-1.82.0.dll.so
as described in https://github.com/Sicos1977/TesseractOCR/issues/11#issuecomment-1148579216, I got this error:The full log from
LD_DEBUG=libs dotnet run 2>debug.log
:I also found this post on StackExchange but I don't know what's the way to go now.