You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/advanced/advanced.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,11 @@ In the following table, we list all advanced options for reference:
80
80
|`--only-include-translated-page`| Only include translated pages in the output PDF. Effective only when --pages is used. |`pdf2zh example.pdf --pages 1-5 --only-include-translated-page`|
81
81
|`--glossaries`| Custom glossary for translation. |`pdf2zh example.pdf --glossaries "glossary1.csv,glossary2.csv,glossary3.csv"`|
82
82
|`--save-auto-extracted-glossary`| save automatically extracted glossary. |`pdf2zh example.pdf --save-auto-extracted-glossary`|
83
+
|`--no-merge-alternating-line-numbers`| Disable merging of alternating line numbers and text paragraphs in documents with line numbers |`pdf2zh example.pdf --no-merge-alternating-line-numbers`|
84
+
|`--no-remove-non-formula-lines`| Disable removal of non-formula lines within paragraph areas |`pdf2zh example.pdf --no-remove-non-formula-lines`|
85
+
|`--non-formula-line-iou-threshold`| Set IoU threshold for identifying non-formula lines (0.0-1.0) |`pdf2zh example.pdf --non-formula-line-iou-threshold 0.85`|
86
+
|`--figure-table-protection-threshold`| Set protection threshold for figures and tables (0.0-1.0). Lines within figures/tables will not be processed |`pdf2zh example.pdf --figure-table-protection-threshold 0.95`|
87
+
|`--skip-formula-offset-calculation`| Skip formula offset calculation during processing |`pdf2zh example.pdf --skip-formula-offset-calculation`|
0 commit comments