We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df71ba commit a1d103dCopy full SHA for a1d103d
README.md
@@ -2,8 +2,9 @@
2
### Arguments
3
* `--folder_name`: folder path
4
* `--neighbor_box_distance`: Nearest box distance
5
-* `--face_recognition`: Face recognition method
+* `--face_recognition`: Face recognition method (dlib, ssd, haar)
6
* `--rotation_interval`: Id card rotation interval in degrees
7
+* `--ocr_method`: ocr method (EasyOcr and TesseractOcr)
8
9
Create a folder and put the ID card images in that folder
10
```
@@ -12,7 +13,7 @@ mkdir images
12
13
14
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
17
18
19
0 commit comments