-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrun.cmd
More file actions
25 lines (23 loc) · 789 Bytes
/
run.cmd
File metadata and controls
25 lines (23 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
python -m venv ./venv
call ./venv/Scripts/activate
pip install aspose-ocr-python-net
REM pip install aspose-ocr-models-handwritten-python-net
REM pip install aspose-ocr-models-textinwild-python-net
python recognize.py
REM python calculate_skew.py
REM python image_text_finder.py
REM python recognize_and_save_result_as_file.py
REM python recognize_archive.py
REM python recognize_car_plate.py
REM python recognize_folder.py
REM python recognize_handwritten.py
REM python recognize_images_batch.py
REM python recognize_line.py
REM python recognize_passport.py
REM python recognize_street_photo.py
REM python recognize_table.py
REM python recognize_url.py
REM python recognize_with_detect_areas_mode.py
REM python recognize_with_language.py
REM python recognize_with_spell_check.py
pause()