pdf2zh 1.8.9
What's Changed
- Added interfaces for Dify and AnythingLLM to construct a translation process with an integrated knowledge base, improving translation quality. by @whomata120 in #243
- Add cancel support for gui by @charles7668 in #240
- fix the translation api request for DeepL by @borcation in #244
- openai api状态判断。 by @hellofinch in #242
- 添加网页认证选项。 by @hellofinch in #246
- Fix error when using the
mat
method with NumPy version >= 2.0.0. by @charles7668 in #254 - Support ModelScope API by @tastelikefeet in #252
- Support Traditional Chinese by @chiu0602 in #255
- Fix bug where the font size could become too large. by @charles7668 in #257
- Fix token leakage by @tastelikefeet in #258
- fix cli imported by
fix token leakage
by @tastelikefeet in #268 - 更新service中的默认值,更新readme。 by @hellofinch in #266
- 添加cli的自定义prompt支持。更新readme by @hellofinch in #270
- fix: gui launch error by @YadominJinta in #283
- feat (docker): onnx model and font embedded by @awwaawwa in #276
- feat (gui): add custom prompt by @hellofinch in #275
- feat: add unit test by @YadominJinta in #282
- Fix an issue where translation would fail if the threads value was not provided. by @charles7668 in #288
- feat (gui) : pdf preview in high resolution by @hellofinch in #294
- Add unittest for cache by @aseaday in #302
- Enhanced Ollama Response Handling with Retries and Streaming by @7shi in #305
- For local backend custom font path by @xxnuo in #307
- Fix Font Processing Error by @7shi in #313
- feat(jp-doc): Japanese translation of documents by @namazuchin in #333
- feat(cache): use sqlite to store translation cache by @awwaawwa in #324
- 修复非主要readme文档图裂 by @wx-11 in #356
- refactor (translator) + fix(cache): Continue writing to cache after setting the ignore cache flag and ensure translate engine name length validation by @awwaawwa in #365
- feat (main) : add cli option and argostranslator by @hellofinch in #320
- Add support for Xinference Translator by @imClumsyPanda in #366
- Fix small caps case by @timelic in #322
- feat (translator) : add new translator and fix bug. by @hellofinch in #378
- fix: Circular import
model
by @timelic in #397 - Set Translation Languages via Environment Variables in the GUI by @namazuchin in #399
- doc : update option by @hellofinch in #410
- cache action pip install by @timelic in #411
- fix: Github action's output path by @timelic in #413
- Feature/add groq support by @myronkharkover in #418
- change CJK fonts to SourceHanSerif by @timelic in #337
- Update converter.py by @mydreamworldpolly in #430
- feat: dynamic line space by @timelic in #431
- feat: add Traditional Chinese language option to README by @treeleaves30760 in #453
- bugfix by @qqueing in #458
- feat (main) : add config file by @hellofinch in #434
- change japanese lineheight by @kidach1 in #472
New Contributors
- @whomata120 made their first contribution in #243
- @charles7668 made their first contribution in #240
- @borcation made their first contribution in #244
- @tastelikefeet made their first contribution in #252
- @chiu0602 made their first contribution in #255
- @awwaawwa made their first contribution in #276
- @aseaday made their first contribution in #302
- @7shi made their first contribution in #305
- @xxnuo made their first contribution in #307
- @namazuchin made their first contribution in #333
- @wx-11 made their first contribution in #356
- @imClumsyPanda made their first contribution in #366
- @timelic made their first contribution in #322
- @myronkharkover made their first contribution in #418
- @mydreamworldpolly made their first contribution in #430
- @treeleaves30760 made their first contribution in #453
- @qqueing made their first contribution in #458
- @kidach1 made their first contribution in #472
Full Changelog: v1.8.8...v1.8.9