I have a set of digital images that contain computer printed text in different formats. Kindly suggest three to four machine learning models (preferrably with url) that can recognize the text from input images and save the data in some text file.
You may use parametric or non-parametric models. I would suggest you to read the attached book and some models are here: https://www.face-rec.org/algorithms/AAM/app_models.pdf
For Implementation, try following libs which uses different models like. "tesseract". You can also try and implement CNN for character recognition training of model with mnist dataset.