Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
musimab committed Feb 23, 2024
1 parent 74a1004 commit 2f6c2d5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ mkdir images
```
python3 main.py --folder_name "images" --neighbor_box_distance 60 --face_recognition ssd --ocr_method EasyOcr --rotation_interval 60
```
## create python3 virtual enviroment and install dependencies
```
python3 -m venv card_id_ocr_venv
```

```
source card_id_ocr_venv/bin/activate
```

```
pip install -r requirements.txt
pip3 install -r requirements.txt
```

The result image and cropped regions will be saved to `./outputs` by default.
Expand Down

0 comments on commit 2f6c2d5

Please sign in to comment.