Update README and main.py to clarify optional page range arguments

This commit is contained in:
k1nq
2026-03-16 20:28:28 +05:00
parent 546c26157d
commit 5af97638c9
2 changed files with 15 additions and 3 deletions
+2
View File
@@ -19,6 +19,8 @@ Run OCR for an inclusive 1-based page range and write to a text file:
uv run python main.py --input "input.pdf" --start 5 --end 12 --output "result.txt"
If `--start` and `--end` are both omitted, OCR runs from the first page to the last page.
Optional flags:
- --lang (default: rus+eng)