DocuAI_1503_layoutxlm / processor_config.json
Teaa314's picture
feat: first commit with layoutxlm
962f95c verified
Raw
History Blame Contribute Delete
307 Bytes
{
"image_processor": {
"apply_ocr": false,
"do_resize": true,
"image_processor_type": "LayoutLMv2ImageProcessor",
"ocr_lang": null,
"resample": 2,
"size": {
"height": 224,
"width": 224
},
"tesseract_config": ""
},
"processor_class": "LayoutLMv2Processor"
}