Update README and main.py to clarify optional page range arguments
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user