An open API service indexing awesome lists of open source software.

https://github.com/wavemaker/prefab-entity-extractor

Extract data from invoices, receipts, PDF documents, screenshots of documents
https://github.com/wavemaker/prefab-entity-extractor

prefab wavemaker-prefab

Last synced: 10 days ago
JSON representation

Extract data from invoices, receipts, PDF documents, screenshots of documents

Awesome Lists containing this project

README

          

# Extract data from invoices, receipts, PDF documents, screenshots of documents

There are many situations where data has to be extracted from a scanned recipt or a PDF document or an screenshot taken from a mobile phone. Automatically extracting information from such documents will enable in building delighful user experiences. This prefab will help implement such extraction of data any structured document. Given the document as input, the prefab uploads to it to [AWS Textract](https://docs.aws.amazon.com/textract/latest/dg/what-is.html) to extract data from it. The extracted data is available as key-value pair and developer can pick the data they are interested in.