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