Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaideep11061982/23d8328f2db63a7b3fa32e0908c19684 to your computer and use it in GitHub Desktop.
Save jaideep11061982/23d8328f2db63a7b3fa32e0908c19684 to your computer and use it in GitHub Desktop.
Recognizing Receipt stamp and reading dates
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