I want to create a program that can scan paper invoices in a multipage scanner and convert them to text in an excel sheet. My problem:
The invoices come from dozens of different food suppliers and have the invoice number, amount, tax etc in different places on the page meaning it would be difficult to decifer when all the text is pulled at once.
The program needs to read a few handwritten numbers from a stamp on each invoice as well as printed text.
I don't have any coding experience and am not sure how to go about this / how doable it is. It sounds relatively easy - the program just dumps all the data from the scanned invoice into a spreadsheet and then organises it, but which programming language is ideal for this? Is there a program out there already that could be used to process the data?
Sorry if this is an obvious answer / been answered before. I'd really appreciate any pointers. Thank you!