CoolFace
Modelpublic

datalab-to/surya-ocr-2

sourceHugging Faceopenrailupdated 4mo agoView on Hugging Face
114likes1.2mdownloads
preprocessor_config.json28 linesDownload Raw Back to root
1{2  "data_format": "channels_first",3  "do_convert_rgb": true,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": "Qwen2VLImageProcessorFast",13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "merge_size": 2,19  "patch_size": 16,20  "resample": 3,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "longest_edge": 16777216,24    "shortest_edge": 6553625  },26  "temporal_patch_size": 227}28