I'm starting with Tesseract and have this code, that runs very well on Windows: using (var engine = new TesseractEngine("tessdata", "por")) { var image = Pix.LoadFromFile(filePath); var page = ...
pyinstaller --onefile --add-binary "C:/vcpkg/installed/x64-windows-static/tools/tesseract/tesseract.exe;." --add-binary "C:/poppler/Library/bin;poppler/bin" --add ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results