Skip to content

Commit

Permalink
readme update to include inference results as arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggiK committed May 5, 2023
1 parent 508a4c2 commit 79721c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ This is a modified verison of RapidOCR (https://github.com/RapidAI/RapidOCR) to
`python3 demo.py -f <absolute_path/to/image.jpg>`

### To save inference results, use `-v` flag:
`python3 demo.py -d <absolute_path/to/directory> -v`
`python3 demo.py -d <absolute_path/to/directory> -v` # this saves the visualization in "./inference_results/" in the current folder

### To save inference results in a desired folder, use `-v` and `-o` flag:
`python3 demo.py -d <absolute_path/to/directory> -v -o <absolute_path/to/directory>`

0 comments on commit 79721c5

Please sign in to comment.