|
|
@@ -1,3 +1,5 @@
|
|
|
+English | [简体中文](README_zh-CN.md)
|
|
|
+
|
|
|
# PDFMathTranslate
|
|
|
|
|
|
<p align="center">
|
|
|
@@ -75,7 +77,7 @@ pdf2zh example.pdf -s deeplx
|
|
|
### Use regex to specify formula fonts and characters that need to be preserved
|
|
|
|
|
|
```bash
|
|
|
-pdf2zh BDA3.pdf -f "(CM[^RT].*|MS.*|XY.*|MT.*|BL.*|.*0700|.*0500|.*Italic)" -c "(\(|\||\)|\+|=|\d|[\u0080-\ufaff])"
|
|
|
+pdf2zh BDA3.pdf -f "(CM[^RT].*|MS.*|.*Ital)" -c "(\(|\||\)|\+|=|\d|[\u0080-\ufaff])"
|
|
|
```
|
|
|
|
|
|
## Preview
|