texify / preprocessor_config.json
vikp's picture
Upload processor
0376a4e
raw
history blame
626 Bytes
{
"do_align_long_axis": false,
"do_normalize": false,
"do_pad": false,
"do_rescale": false,
"do_resize": false,
"do_thumbnail": false,
"feature_extractor_type": "DonutFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "VariableDonutImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"max_size": {
"height": 896,
"width": 672
},
"patch_size": [
4,
4
],
"processor_class": "VariableDonutProcessor",
"resample": 2,
"rescale_factor": 0.00392156862745098,
"size": {
"height": 2560,
"width": 1920
},
"train": false
}