Format

To use batch processing, it is necessary to respect a specific archive format.

The archive should implement the following tree structure with one folder per work order. All images and files containing metadata and parameters for each work order should then be stored within each of these folders.

.
├── WO_123456/
│   ├── metadata.json
│   ├── task_group_name_A-0.jpg
│   ├── task_group_name_A-1.jpg
│   ├── task_group_name_B-2.jpg
│   ├── ...
│   └── task_group_name_X-8.jpg
├── WO_789123/
│   ├── metadata.json
│   ├── task_group_name_A-2.jpg
│   ├── task_group_name_B-0.jpg
│   ├── task_group_name_B-1.jpg
│   ├── ...
│   └── task_group_name_X-67.jpg

├── ...

└── WO_456789/
    ├── metadata.json
    ├── task_group_name_A.jpg
    ├── task_group_name_B-0.jpg
    ├── task_group_name_B-1.jpg
    ├── ...
    └── task_group_name_X.jpg

Only JPEG, JPG and PNG images are accepted.