CoolFace
Modelpublic

vikp/texify

sourceHugging Facecc-by-sa-4.0updated 3y agoView on Hugging Face
15likes21kdownloads
preprocessor_config.json37 linesDownload Raw Back to root
1{2  "do_align_long_axis": false,3  "do_normalize": false,4  "do_pad": false,5  "do_rescale": false,6  "do_resize": false,7  "do_thumbnail": false,8  "feature_extractor_type": "DonutFeatureExtractor",9  "image_mean": [10    0.485,11    0.456,12    0.40613  ],14  "image_processor_type": "VariableDonutImageProcessor",15  "image_std": [16    0.229,17    0.224,18    0.22519  ],20  "max_size": {21    "height": 420,22    "width": 42023  },24  "patch_size": [25    4,26    427  ],28  "processor_class": "VariableDonutProcessor",29  "resample": 2,30  "rescale_factor": 0.00392156862745098,31  "size": [32    420,33    42034  ],35  "train": false36}37