CoolFace
Modelpublic

vikp/layout_segmenter

sourceHugging Faceupdated 3y agoView on Hugging Face
15likes2.7kdownloads
preprocessor_config.json28 linesDownload Raw Back to root
1{2  "apply_ocr": false,3  "do_normalize": true,4  "do_rescale": true,5  "do_resize": true,6  "feature_extractor_type": "LayoutLMv3FeatureExtractor",7  "image_mean": [8    0.5,9    0.5,10    0.511  ],12  "image_processor_type": "LayoutLMv3ImageProcessor",13  "image_std": [14    0.5,15    0.5,16    0.517  ],18  "ocr_lang": null,19  "processor_class": "LayoutLMv3Processor",20  "resample": 2,21  "rescale_factor": 0.00392156862745098,22  "size": {23    "height": 224,24    "width": 22425  },26  "tesseract_config": ""27}28