naiveHobo / InvoiceNet

Deep neural network to extract intelligent information from invoice documents.
MIT License
2.48k stars 392 forks source link

Improving accuracy #71

Open fj0n opened 3 years ago

fj0n commented 3 years ago

Hello everybody,

first of all, thank you naiveHobo, very much for your code. I wanted to ask you and all the others, how satisfied are you alle with the accuracy and what can be done to improve it?

In my data I have different formats for the Total Amount. Like "1000,00$", "$1000.00" or "1.000,00". Do you all label the amount as it is in the text or is a transformation step necessary? Same goes for the date and other informations.

Thanks upfront and kind regards!