CoolFace
Modelpublic

MoCamaraData/trocr-ocr-accessibility

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes16downloads
processor_config.json27 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_normalize": true,5    "do_rescale": true,6    "do_resize": true,7    "image_mean": [8      0.5,9      0.5,10      0.511    ],12    "image_processor_type": "ViTImageProcessorFast",13    "image_std": [14      0.5,15      0.5,16      0.517    ],18    "resample": 2,19    "rescale_factor": 0.00392156862745098,20    "size": {21      "height": 384,22      "width": 38423    }24  },25  "processor_class": "TrOCRProcessor"26}27