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”所调用的API,比如截图翻译使用Mac系统自带的OCR,而截图OCR使用SimpleTex的OCR。
同时需要翻译外文PDF,并将其中的数学公式转化成Latex格式,如果两者不能分别配置,为避免全部使用SimpleTex造成较高开支,就不得不不断切换OCR服务,非常麻烦。
例如Pot,虽然提供了SimpleTex的API,但不得不频繁切换。
No response
The text was updated successfully, but these errors were encountered:
Hello BaoYier, Thank you for your first issue contribution 🎉
Sorry, something went wrong.
你说的是 SimpleTex 吗
看起来不错,等后面 Swift 重构 OCR 部分代码,可以考虑支持其他 OCR API,这可能要等等。
有些OCR识别不准的,可不可以选择调用视觉模型API来识别?
这也可以是一个选项,但目前代码是固定调用苹果系统 OCR API,不方便修改,需要重构代码。
No branches or pull requests
请先确认以下事项
功能描述
可以分别配置“截图翻译”和“截图OCR”所调用的API,比如截图翻译使用Mac系统自带的OCR,而截图OCR使用SimpleTex的OCR。
使用场景
同时需要翻译外文PDF,并将其中的数学公式转化成Latex格式,如果两者不能分别配置,为避免全部使用SimpleTex造成较高开支,就不得不不断切换OCR服务,非常麻烦。
例如Pot,虽然提供了SimpleTex的API,但不得不频繁切换。
实现方案(可选)
No response
是否愿意提交 PR 实现该功能
The text was updated successfully, but these errors were encountered: