layoutlm_document_qa / preprocessor_config.json
kanansharmaa's picture
End of training
ce53cb1 verified
{
"_valid_processor_keys": [
"images",
"do_resize",
"size",
"resample",
"apply_ocr",
"ocr_lang",
"tesseract_config",
"return_tensors",
"data_format",
"input_data_format"
],
"apply_ocr": true,
"do_resize": true,
"image_processor_type": "LayoutLMv2ImageProcessor",
"ocr_lang": null,
"processor_class": "LayoutLMv2Processor",
"resample": 2,
"size": {
"height": 224,
"width": 224
},
"tesseract_config": ""
}