trocr / preprocessor_config.json
cxfajar197's picture
Upload preprocessor_config.json
019cd3b verified
raw
history blame
No virus
267 Bytes
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "TrOCRProcessor",
"resample": 2,
"size": 384
}