我按照https://tesseract-ocr.github.io/tessdoc/Compiling.html#windows上的说明运行: vcpkg安装tesseract :x86-windows-静态的,它正在下拉tesseract 4。我尝试使用-head,它仍然向下拉4。知道如何为tesseract 5.x构建一个自包含的可执行文件吗?
发布于 2022-02-15 06:39:24
目前vcpkg支持版本4.1.1:https://vcpkg.info/port/tesseract
有更新请求:微软忽略的2021年2月3日的https://github.com/microsoft/vcpkg/issues/16019;)
您可以(手动)升级vcpkg中的tesseract版本。参见tesseract论坛讨论:https://groups.google.com/g/tesseract-ocr/c/2xAJaGRqymw?pli=1
https://stackoverflow.com/questions/71105979
复制相似问题