vsymbol / CUTIE

CUTIE (TensorFlow implementation of Convolutional Universal Text Information Extractor)
155 stars 78 forks source link

How to predict each line item in an invoice? #31

Open fitsuabebe opened 3 years ago

fitsuabebe commented 3 years ago

If a receipt has multiple line items, is there a way to predict each line item and then correlate the different fields (such as item name and amout) for each line item? Can anyone provide a sample training data for doing so?