Releases: funstory-ai/BabelDOC
Releases · funstory-ai/BabelDOC
v0.3.3
Changes
- fix(progress_monitor): handle parent monitor disable state in progress checks @awwaawwa (#220)
- feat(styles_and_formulas): add support for additional font patterns @awwaawwa (#219)
Contributors
@awwaawwa
v0.3.1
Changes
- feat(pdf_creater): add mediabox handling to improve PDF rendering @awwaawwa (#217)
Contributors
@awwaawwa
v0.3.0
Changes
- feat!(il_translator): update token count handling in paragraph translation @awwaawwa (#216)
Breaking Changes
The following four functions have added a rate_limit_params
parameter of type dict
, which will be used later to store some auxiliary information required for rate limiting implementation:
BaseTranslator.translate
BaseTranslator.llm_translate
BaseTranslator.do_translate
BaseTranslator.do_llm_translate
Contributors
@awwaawwa
v0.2.32
Changes
- fix(high_level): Update the time-consuming proportion of each stage. @awwaawwa (#214)
- feat(italic_assistance): add script to extract fonts from paragraphs by debug_id @awwaawwa (#213)
Contributors
@awwaawwa
v0.2.31
Changes
- feat(italic_assistance): add script to extract fonts from paragraphs by debug_id @awwaawwa (#213)
- fix(styles_and_formulas): add regex patterns for MeridienLTStd, and Calibri fonts @awwaawwa (#212)
Contributors
@awwaawwa
v0.2.30
Changes
- fix(il_translator): adjust token count threshold for paragraph translation @awwaawwa (#211)
Contributors
@awwaawwa
v0.2.29
Changes
- fix(il_translator): handle exceptions in token count calculation @awwaawwa (#210)
Contributors
@awwaawwa
v0.2.28
Changes
- fix(il_translator): replace ThreadPoolExecutor with PriorityThreadPoolExecutor @awwaawwa (#209)
BabelDOC 0.2.21 - 0.2.27 is not compatible with pdf2zh v1.x. This issue has been fixed in this version.
Thanks to #208.
Contributors
@awwaawwa @yuanshanhua