|
|
@@ -11,7 +11,7 @@
|
|
|
</a>
|
|
|
</p>
|
|
|
|
|
|
-PDF scientific paper translation and bilingual comparison based on font rules and deep learning, preserving formula and figure layout.
|
|
|
+PDF scientific paper translation and bilingual comparison.
|
|
|
|
|
|
- Retain formulas and charts.
|
|
|
|
|
|
@@ -19,10 +19,6 @@ PDF scientific paper translation and bilingual comparison based on font rules an
|
|
|
|
|
|
- Support multiple translation services.
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
## Installation
|
|
|
|
|
|
```bash
|
|
|
@@ -65,6 +61,12 @@ pdf2zh example.pdf -s gemma2
|
|
|
pdf2zh BDA3.pdf -f "(CM[^RT].*|MS.*|XY.*|MT.*|BL.*|.*0700|.*0500|.*Italic)" -c "(\(|\||\)|\+|=|\d|[\u0080-\ufaff])"
|
|
|
```
|
|
|
|
|
|
+## Preview
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
## Acknowledgement
|
|
|
|
|
|
Document merging: [PyMuPDF](https://github.com/pymupdf/PyMuPDF)
|