Python Forum
Invoice scanning image/pdf into text - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Invoice scanning image/pdf into text (/thread-18587.html)



Invoice scanning image/pdf into text - animeshsarraf - May-23-2019

What are the python packages to scan documents exactly same format as in the image?
How can I do the text analysis/nlp to extract entities/fields and train it to invoices to predict new invoices?


RE: Invoice scanning image/pdf into text - johnb546 - May-24-2019

Although not used it my self you could use https://pypi.org/project/invoice2data/

Regards
Brian