Created
April 7, 2018 17:43
-
-
Save jaideep11061982/23d8328f2db63a7b3fa32e0908c19684 to your computer and use it in GitHub Desktop.
Recognizing Receipt stamp and reading dates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am looking for a solution to build a Neural network that can be 1) First, identify the receipt stamp seal of any shape in a test image 2) once done then read the date onto that stamp seal indicating on this date receipt was done | |
Eg. circle seal with say today's date 4/7/2018 | |
This is the solution I think of | |
1)CNN to read seal image | |
2)feed that features to LSTM to recognize the date | |
3)I m stuck how LSTM and decoder is expected to work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment