EasyTrans icon indicating copy to clipboard operation
EasyTrans copied to clipboard

支持谷歌翻译、百度翻译、有道翻译的免费接口,基于Django、PyMuPDF实现了pdf文档英译汉的功能,翻译后的pdf格式基本保持不变,可以下载docx和pdf格式的翻译文档,基本解决复制caj中文论文时的格式问题,简单的满足...

Results 33 EasyTrans issues
Sort by recently updated
recently updated
newest added

Bumps [lxml](https://github.com/lxml/lxml) from 4.3.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

功能现在翻译文献可以,但是对大的文献教材书籍,还有些小缺陷,格式无法完美映射。期望强大的作者可以优化一下,就可完美链接pdf软件生态了。 例子: [Roy J. Lewicki、Bruce Barry、 David M. Saunders - Essentials of Negotiation-McGraw-Hill Education (2016).pdf](https://github.com/Ding-Kyoma/EasyTrans-mac/files/8840958/Roy.J.Lewicki.Bruce.Barry.David.M.Saunders.-.Essentials.of.Negotiation-McGraw-Hill.Education.2016.pdf) [Roy J. Lewicki、Bruce Barry、 David M. Saunders - Essentials of Negotiation-McGraw-Hill Education (2016)_translated.pdf](https://github.com/Ding-Kyoma/EasyTrans-mac/files/8840959/Roy.J.Lewicki.Bruce.Barry.David.M.Saunders.-.Essentials.of.Negotiation-McGraw-Hill.Education.2016._translated.pdf)

我修改、精简和优化了你的代码,但我不确定是否开源。你能上传一下LICENSE么?

Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 to 1.27.5. Release notes Sourced from pypdf2's releases. Version 1.27.5, 2022-04-15 Security (SEC) ContentStream_readInlineImage had potential infinite loop (#740) Bug fixes (BUG) Fix merging encrypted files...

dependencies

Bumps [django](https://github.com/django/django) from 2.2.1 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...

dependencies

你好,我在运行的时候提示报错: C:\Download\EasyTrans>python trans_file.py Traceback (most recent call last): File "C:\Download\EasyTrans\trans_file.py", line 20, in from docx import Document File "C:\Users\yaorao\AppData\Local\Programs\Python\Python310\lib\site-packages\docx\__init__.py", line 14, in from docx.parts.document import DocumentPart File "C:\Users\yaorao\AppData\Local\Programs\Python\Python310\lib\site-packages\docx\parts\document.py", line 7,...

Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.0.0 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

报错找不到png文件, 顺着console窗口的trans_to_pdf.py找这个错误。发现cur_page.getImageList() 获取不到png对象。 尝试复制了一张png,改为如果失败调用这张png,然后注释掉删图代码,运行就成功了。 翻了一下待翻译pdf,可能是对象是图表所以失败了。 有没有什么办法把原pdf的文字块切割出来,翻译完镶嵌回去 毕竟中文的长度肯定比英文小。

Hi. 安装时遇到如下问题。 ``` root@3b525e3f7305:/Easy-Trans# pip install -r requirements.txt ERROR: Could not find a version that satisfies the requirement pdfminer3k==1.3.1 ERROR: No matching distribution found for pdfminer3k==1.3.1 ``` PyPI 里没有 1.3.1...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies