hellofinch
hellofinch
提交代码之前使用black对修改的内容进行格式化,方便通过action的check。
1.8.8版本没有这个功能。最新的源码中GUI上的prompt有些bug,已经PR,等待合并。 请稍后。 : )
`self.add_cache_impact_parameters("prompt", prompt.template)`,把这句注释掉再试一下,这里这个add对执行没有影响。 这里序列化的时候好像有点问题。 : )
还有就是提供的报错信息是使用的什么prompt的时候的报错?
好怪呀,命令进来的也是string,为啥前端的就不行呢?
Thanks for idea! I try the program you mentioned. I use `orcmypdf` on different files provided by previous issues. `ocrmypdf` told me `page already has text!`.  I also try...
https://github.com/Byaidu/PDFMathTranslate/pull/240 接下来的版本中会有哦,请期待。 : )
``` D:\Unix\pdf2zh_dist>Scripts\pip.exe list Package Version ------------------------- ----------- aiofiles 23.2.1 altgraph 0.17.4 annotated-types 0.7.0 anyio 4.7.0 argostranslate 1.9.6 azure-ai-translation-text 1.0.1 azure-core 1.32.0 certifi 2024.12.14 cffi 1.17.1 charset-normalizer 3.4.0 click 8.1.7 colorama...
> ModuleNotFoundError: No module named 'pymupdf' 你缺了`pymupdf`这个包。 我推荐使用一个干净的环境来配置,我认为你的环境中有其他的内容在干扰。这些干扰会影响问题的定位。