From 79721c5c08afdedff90b64a5ca07c1166f71691e Mon Sep 17 00:00:00 2001 From: jaggik Date: Fri, 5 May 2023 17:53:09 -0400 Subject: [PATCH] readme update to include inference results as arguments --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0255f6..314be54 100755 --- a/README.md +++ b/README.md @@ -19,4 +19,7 @@ This is a modified verison of RapidOCR (https://github.com/RapidAI/RapidOCR) to `python3 demo.py -f ` ### To save inference results, use `-v` flag: -`python3 demo.py -d -v` \ No newline at end of file +`python3 demo.py -d -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 -v -o ` \ No newline at end of file