Vishnunkumar/doc_transformers
Document processing using transformers
This helps automate the tedious task of extracting specific information from scanned or photographed forms, like receipts or invoices. You provide an image of a document, and it identifies and pulls out key-value pairs, such as 'DATE: 02/02/2014' or 'Subtotal: $1969.69'. This is useful for anyone who regularly processes many forms and needs to digitize the structured data within them.
No commits in the last 6 months. Available on PyPI.
Use this if you need to automatically extract specific pieces of information, like dates, totals, or account numbers, from various types of scanned or image-based forms.
Not ideal if you need to process handwritten documents, unstructured text, or if you require an extremely robust, production-ready solution for critical workflows at this stage.
Stars
22
Forks
6
Language
Python
License
MIT
Category
Last pushed
Apr 22, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/Vishnunkumar/doc_transformers"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
xv44586/toolkit4nlp
transformers implement (architecture, task example, serving and more)
luozhouyang/transformers-keras
Transformer-based models implemented in tensorflow 2.x(using keras).
ufal/neuralmonkey
An open-source tool for sequence learning in NLP built on TensorFlow.
graykode/xlnet-Pytorch
Simple XLNet implementation with Pytorch Wrapper
uzaymacar/attention-mechanisms
Implementations for a family of attention mechanisms, suitable for all kinds of natural language...