We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ocr功能在linux上面无法正常使用
我正在使用archlinux,为了ocr功能安装了下面的包 其中的语言识别相关包,安装后位于下面的位置,安装后无需任何设置就可以被tesseract所识别
tesseract
tesseract --list-langs可以正确的检测到语言包,不论我是否设置下面的环境变量
tesseract --list-langs
tesseract命令在下面的路径可以被找到
我也尝试过使用sudo ln -s /usr/bin/tesseract /usr/local/bin/tesseract让/usr/local/bin/目录下也有tesseract命令 因为我看到siyuan源码有一处硬编码的路径
sudo ln -s /usr/bin/tesseract /usr/local/bin/tesseract
/usr/local/bin/
思源的启动日志中,我可以看到tesseract已经被正确的检测
但是我在实际使用思源ocr的时候,看思源右下角的日志,ocr没有任何返回值,正常来讲这里应该会显示ocr出来的文字
我尝试阅读源码,构建一个bash命令来进行测试 源码中调用ocr的部分应该是这一行 我尝试构建bash命令运行相同含义的代码 可以得到正确的ocr输出,但是siyuan上面ocr并没有正常的输出
ocr功能应该被正确的运行
No response
- Version: v3.1.10 - Operating System: archlinux - Browser (if used):
system-log.zip
这里面关于ocr的日志,只有思源启动时Tesseract功能被启用,其他什么相关日志都没有
The text was updated successfully, but these errors were encountered:
🎨 Add logging #12960
b844ff5
cb16e57
59bb202
🐛 OCR function cannot be used normally on Linux #12960
92504ab
88250
No branches or pull requests
ocr功能在linux上面无法正常使用
Is there an existing issue for this?
Can the issue be reproduced with the default theme (daylight/midnight)?
Could the issue be due to extensions?
Describe the problem
我正在使用archlinux,为了ocr功能安装了下面的包
其中的语言识别相关包,安装后位于下面的位置,安装后无需任何设置就可以被
tesseract
所识别tesseract --list-langs
可以正确的检测到语言包,不论我是否设置下面的环境变量tesseract
命令在下面的路径可以被找到我也尝试过使用
sudo ln -s /usr/bin/tesseract /usr/local/bin/tesseract
让/usr/local/bin/
目录下也有tesseract
命令因为我看到siyuan源码有一处硬编码的路径
思源的启动日志中,我可以看到tesseract已经被正确的检测
但是我在实际使用思源ocr的时候,看思源右下角的日志,ocr没有任何返回值,正常来讲这里应该会显示ocr出来的文字
我尝试阅读源码,构建一个bash命令来进行测试
源码中调用ocr的部分应该是这一行
我尝试构建bash命令运行相同含义的代码
可以得到正确的ocr输出,但是siyuan上面ocr并没有正常的输出
Expected result
ocr功能应该被正确的运行
Screenshot or screen recording presentation
No response
Version environment
Log file
system-log.zip
这里面关于ocr的日志,只有思源启动时Tesseract功能被启用,其他什么相关日志都没有
More information
No response
The text was updated successfully, but these errors were encountered: