Skip to content

Commit a1d103d

Browse files
committed
update readme
1 parent 5df71ba commit a1d103d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
### Arguments
33
* `--folder_name`: folder path
44
* `--neighbor_box_distance`: Nearest box distance
5-
* `--face_recognition`: Face recognition method
5+
* `--face_recognition`: Face recognition method (dlib, ssd, haar)
66
* `--rotation_interval`: Id card rotation interval in degrees
7+
* `--ocr_method`: ocr method (EasyOcr and TesseractOcr)
78

89
Create a folder and put the ID card images in that folder
910
```
@@ -12,7 +13,7 @@ mkdir images
1213
```
1314

1415
```
15-
python3 main.py --folder_name "images" --neighbor_box_distance 60 --face_recognition ssd --rotation_interval 60
16+
python3 main.py --folder_name "images" --neighbor_box_distance 60 --face_recognition ssd --ocr_method EasyOcr --rotation_interval 60
1617
```
1718

1819
```

0 commit comments

Comments
 (0)