Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 850 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 850 Bytes

SROIE 2019: Scanned Receipts OCR and Information Extraction

Introduction

This challange consists 3 parts:

  • Task 1 - Scanned Receipt Text Localisation: the aim of this task is to accurately localize texts with 4 vertices. In the contest, I used object detection model like SSD, EAST.
  • Task 2 - Scanned Receipt OCR: the aim of this task is to accurately recognize the text in a receipt image. I implemented CRNN - the combination of CNN and RNN for this recognition.
  • Task 3 - Key Information Extraction from Scanned Receipts: the aim of this task is to extract texts of a number of key fields from given receipts and BERT's family is a promise choice for this task.

Demo

You just change your image path in file demo.py and run the below script

cd demo
python3 demo.py