/ReceiptOCR

ReceiptOCR, getting text from a receipt

Primary LanguageC#

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