Fix issue with from pretrained and kwargs in image processors (#41997)
* accept kwargs in image proc from_pretrained
* only use kwargs that are in cls.valid_kwargs
* remove specific logic for _from_auto
* add image_seq_length to Images_kwargs for backward compatibility
* fix missing image kwargs in pix2struct