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:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user