Best models for receipt data extraction? A Hugging Face forum user posting as hardyr asked the community for recommendations on models that extract structured data from receipt images or screenshots, including total price, item lists, company and date, for a finance-focused web app. The user, who described themselves as extremely new to Hugging Face and the ML community, also asked how to build such a model if none exists. hardyr https://discuss.huggingface.co/u/hardyr 1 I wanted to make a web app that extracts data from pictures of receipts or screenshots in a standard format total price, list of items purchased, company, date, etc. for finance purposes. I am extremely new to HuggingFace and the ML community in general so I thought here would be a good place to ask. What are the options in terms of models, and if there isn’t one, how could I make one? I apologize if this question is a lot.