ArOCRv4 / preprocessor_config.json
gagan3012's picture
add model
62fc5dd
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": 224
}