File: run_all_samples.cmd

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (16 lines) | stat: -rw-r--r-- 567 bytes parent folder | download
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