File: run_all_samples.cmd

package info (click to toggle)
python-azure 20251118%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 783,356 kB
  • sloc: python: 6,474,533; ansic: 804; javascript: 287; sh: 205; makefile: 198; xml: 109
file content (16 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
REM
REM A Windows script to run all Python samples in the folder, one after the other.
REM
echo on
python sample_analyze_all_image_file.py
python sample_caption_image_file.py
python async_samples\sample_caption_image_file_async.py
python sample_caption_image_url.py
python sample_dense_captions_image_file.py
python sample_objects_image_file.py
python sample_ocr_image_file.py
python sample_ocr_image_url.py
python async_samples\sample_ocr_image_url_async.py
python sample_people_image_file.py
python sample_smart_crops_image_file.py
python sample_tags_image_file.py