Unify --tesseract-timeout flag syntax (#1546)

As pointed out at 
https://github.com/tldr-pages/tldr/pull/17175#discussion_r2192340014.
This commit is contained in:
Máté Gyöngyösi
2025-07-08 11:40:58 -07:00
committed by GitHub
parent 194ca699a8
commit d6b069d3fa
+2 -2
View File
@@ -221,7 +221,7 @@ works if all you want to is to apply image processing or PDF/A
conversion.
```bash
ocrmypdf --tesseract-timeout=0 --remove-background input.pdf output.pdf
ocrmypdf --tesseract-timeout 0 --remove-background input.pdf output.pdf
```
:::{versionchanged} v14.1.0
@@ -250,7 +250,7 @@ This command also removes OCR generated by third party tools.
You can also optimize all images without performing any OCR:
```bash
ocrmypdf --tesseract-timeout=0 --optimize 3 --skip-text input.pdf output.pdf
ocrmypdf --tesseract-timeout 0 --optimize 3 --skip-text input.pdf output.pdf
```
### Process only certain pages