From dd4d14daad0737afddfad2a01340404dbbd62687 Mon Sep 17 00:00:00 2001 From: LeoPits Date: Fri, 15 Apr 2022 12:21:46 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04e7fa1..7f2ca4c 100644 --- a/README.md +++ b/README.md @@ -3,15 +3,15 @@ OCR to detect and recognize dot-matrix text written with inkjet-printed on medic * **Run script** ``` -python test_Image.py --image [folder path to test images] --folder_res [folder path to folder result images] --label [string label to check] +python Test_Image.py --image [folder path to test images] --folder_res [folder path to save result images] --label [string label to check] ``` ### Arguments -* `--image`: test image -* `--label`: label -* `--folder_res`: folder result +* `--image`: folder path to test images +* `--label`: string label to check +* `--folder_res`: folder path to save result images * `--trained_model`: pretrained model