layoutlmv3-base-chinese / preprocessor_config.json
estyle's picture
Upload preprocessor_config.json
f0039da
{
"apply_ocr": true,
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "LayoutLMv3FeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"ocr_lang": null,
"resample": 2,
"size": 224
}