| { | |
| "image_size": 224, | |
| "mean": [ | |
| 0.485, | |
| 0.456, | |
| 0.406 | |
| ], | |
| "std": [ | |
| 0.229, | |
| 0.224, | |
| 0.225 | |
| ], | |
| "center_crop_shortest": true, | |
| "whiteout_header": false, | |
| "whiteout_fraction": 0.15, | |
| "class_names": [ | |
| "Complex Table", | |
| "Simple Table", | |
| "Visual - Essential", | |
| "Visual - Supportive" | |
| ], | |
| "threshold": 0.5, | |
| "image_required_classes": [ | |
| "Complex Table", | |
| "Visual - Essential" | |
| ] | |
| } |