docutranslate 0.1.3__py3-none-any.whl → 0.1.3.post1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: docutranslate
3
- Version: 0.1.3
3
+ Version: 0.1.3.post1
4
4
  Summary: 文件翻译工具
5
5
  Requires-Python: >=3.10
6
6
  Description-Content-Type: text/markdown
@@ -12,7 +12,8 @@ Requires-Dist: transformers>=4.50.1
12
12
 
13
13
  # 简介
14
14
 
15
- ## DocuTranslate [<svg height="32" aria-hidden="true" viewBox="0 0 24 24" version="1.1" width="20" data-view-component="true" class="octicon octicon-mark-github v-align-middle"><path d="M12 1C5.9225 1 1 5.9225 1 12C1 16.8675 4.14875 20.9787 8.52125 22.4362C9.07125 22.5325 9.2775 22.2025 9.2775 21.9137C9.2775 21.6525 9.26375 20.7862 9.26375 19.865C6.5 20.3737 5.785 19.1912 5.565 18.5725C5.44125 18.2562 4.905 17.28 4.4375 17.0187C4.0525 16.8125 3.5025 16.3037 4.42375 16.29C5.29 16.2762 5.90875 17.0875 6.115 17.4175C7.105 19.0812 8.68625 18.6137 9.31875 18.325C9.415 17.61 9.70375 17.1287 10.02 16.8537C7.5725 16.5787 5.015 15.63 5.015 11.4225C5.015 10.2262 5.44125 9.23625 6.1425 8.46625C6.0325 8.19125 5.6475 7.06375 6.2525 5.55125C6.2525 5.55125 7.17375 5.2625 9.2775 6.67875C10.1575 6.43125 11.0925 6.3075 12.0275 6.3075C12.9625 6.3075 13.8975 6.43125 14.7775 6.67875C16.8813 5.24875 17.8025 5.55125 17.8025 5.55125C18.4075 7.06375 18.0225 8.19125 17.9125 8.46625C18.6138 9.23625 19.04 10.2125 19.04 11.4225C19.04 15.6437 16.4688 16.5787 14.0213 16.8537C14.42 17.1975 14.7638 17.8575 14.7638 18.8887C14.7638 20.36 14.75 21.5425 14.75 21.9137C14.75 22.2025 14.9563 22.5462 15.5063 22.4362C19.8513 20.9787 23 16.8537 23 12C23 5.9225 18.0775 1 12 1Z"></path></svg>](https://github.com/xunbu/docutranslate)
15
+ ## DocuTranslate
16
+ [![image](https://img.shields.io/badge/github-DocuTranslate-blue)](https://github.com/xunbu/docutranslate)
16
17
 
17
18
  文件翻译工具,借助[docling](https://github.com/docling-project/docling)与大语言模型实现多种格式文件的翻译
18
19
 
@@ -46,7 +47,7 @@ Requires-Dist: transformers>=4.50.1
46
47
 
47
48
  ### 方法1
48
49
 
49
- 设置电脑的环境变量(记得设置后重启重启IDE)
50
+ 设置电脑的环境变量(记得设置后重启IDE)
50
51
  `HF_ENDPOINT=https://hf-mirror.com`
51
52
 
52
53
  ### 方法2
@@ -8,7 +8,7 @@ docutranslate/utils/convert.py,sha256=7DMPEiAIB5LvMlKWk_DrSyOv9o_6R6czLVar_YYQkb
8
8
  docutranslate/utils/docling_utils.py,sha256=fUBM7F1uSXjJs2JpUdvIdA80Lg8igwAWQXoktSvJxmc,172
9
9
  docutranslate/utils/markdown_splitter.py,sha256=QoRKod_X9hMNBTrJdEKO2Uya3ioxMpj5gXhXRShoC8c,8917
10
10
  docutranslate/utils/markdown_utils.py,sha256=Mr9bbYXWap23aRHKMSn_aADys2H3stYZOZF79XsYNS8,1967
11
- docutranslate-0.1.3.dist-info/METADATA,sha256=KCGsNeL1rl9X89duCu8rWErAehroishQUnpqf4vdI88,10318
12
- docutranslate-0.1.3.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
13
- docutranslate-0.1.3.dist-info/top_level.txt,sha256=zqoV29GlxqOvZ4RY7Fqyglhf4h4o_Ub7pruwITtwkmI,14
14
- docutranslate-0.1.3.dist-info/RECORD,,
11
+ docutranslate-0.1.3.post1.dist-info/METADATA,sha256=A5LARchjOSYkzWhWRg8StNM6W6h3TR8FjVcHQnUYUrw,9134
12
+ docutranslate-0.1.3.post1.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
13
+ docutranslate-0.1.3.post1.dist-info/top_level.txt,sha256=zqoV29GlxqOvZ4RY7Fqyglhf4h4o_Ub7pruwITtwkmI,14
14
+ docutranslate-0.1.3.post1.dist-info/RECORD,,
OSZAR »