Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoPits authored Apr 15, 2022
1 parent 06465ad commit dd4d14d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd4d14d

Please sign in to comment.