layoutxlm-base / preprocessor_config.json
SaulLu's picture
Replacing `LayoutLMv2FeatureExtractor` by `LayoutXLMProcessor` in `preprocessor_config.json`
0e373ce
raw history blame
No virus
127 Bytes
{
"apply_ocr": true,
"do_resize": true,
"feature_extractor_type": "LayoutXLMProcessor",
"resample": 2,
"size": 224
}