Add Fast Image Processor for Donut (#37081)
* add donut fast image processor support
* run make style
* Update src/transformers/models/donut/image_processing_donut_fast.py
Co-authored-by: Parteek <parteekkamboj112@gmail.com>
* update test, remove none default values
* add do_align_axis = True test, fix bug in slow image processor
* run make style
* remove np usage
* make style
* Apply suggestions from code review
* Update src/transformers/models/donut/image_processing_donut_fast.py
Co-authored-by: Yoni Gozlan <74535834+yonigozlan@users.noreply.github.com>
* add size revert in preprocess
* make style
* fix copies
* add test for preprocess with kwargs
* make style
* handle None input_data_format in align_long_axis
---------
Co-authored-by: Parteek <parteekkamboj112@gmail.com>
Co-authored-by: Yoni Gozlan <74535834+yonigozlan@users.noreply.github.com>