Image-to-Text
Transformers
PyTorch
donut
vision
Eval Results
donut-dr-matriculas-ocr / preprocessor_config.json
hmarzan's picture
First version of Donut DR Matriculas
4d03da9
raw
history blame contribute delete
376 Bytes
{
"do_align_long_axis": false,
"do_normalize": true,
"do_pad": true,
"do_resize": true,
"do_thumbnail": true,
"image_processor_type": "DonutImageProcessor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"processor_class": "DonutProcessor",
"resample": 2,
"size": {
"width": 1280,
"height": 960
}
}