Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 405 Bytes

File metadata and controls

5 lines (5 loc) · 405 Bytes

ReceiptOCR

  • Take a image of a receipt, check the image for an object(and hopefully cut image to receipt only remove background)(pre render engine)
  • Pass cut down imagestream through tesseract to ocr then put throught (post render engine) to get validate text on receipt off what you need e.g. Items on receipt and their amount, total cost etc...
  • Pass text through spell checker and grammar checker