trocr-base-str / preprocessor_config.json
nielsr's picture
nielsr HF staff
Update preprocessor_config.json
26c151f verified
raw
history blame contribute delete
No virus
263 Bytes
{
"do_normalize": true,
"do_resize": true,
"image_processor_type": "ViTImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "TrOCRProcessor",
"resample": 2,
"size": 384
}