Update app.py
Browse files
app.py
CHANGED
@@ -39,22 +39,7 @@ def process_document(image):
|
|
39 |
|
40 |
return processor.token2json(sequence)
|
41 |
|
42 |
-
description = "
|
43 |
-
|
44 |
-
- DocType
|
45 |
-
- Currency
|
46 |
-
- DocumentDate
|
47 |
-
- GrossAmount
|
48 |
-
- InvoiceNumber
|
49 |
-
- NetAmount
|
50 |
-
- TaxAmount
|
51 |
-
- OrderNumber
|
52 |
-
- CreditorCountry
|
53 |
-
|
54 |
-
To use it, simply upload your image and click 'submit', or click one of the examples to load them. Read more at the links below.
|
55 |
-
|
56 |
-
**Have fun!**
|
57 |
-
Toon Beerten"
|
58 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
|
59 |
|
60 |
demo = gr.Interface(
|
|
|
39 |
|
40 |
return processor.token2json(sequence)
|
41 |
|
42 |
+
description = "<p>Using Donut model finetuned on Invoices for retrieval of following information:</p><ul><li><span style="color:black">DocType</span></span></li><li><span style="color:black">Currency</span></span></li><li><span style="color:black">DocumentDate</span></span></li><li><span style="color:black">GrossAmount</span></span></li><li><span style="color:black">InvoiceNumber</span></span></li><li><span style="color:black">NetAmount</span></span></li><li><span style="color:black">TaxAmount</span></span></li><li><span style="color:black">OrderNumber</span></span></li><li><span style="color:black">CreditorCountry</span></span></li></ul><p>To use it, simply upload your image and click 'submit', or click one of the examples to load them. Read more at the links below.</p><p> </p><p style="text-align:right">Toon Beerten</p>"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.15664' target='_blank'>Donut: OCR-free Document Understanding Transformer</a> | <a href='https://github.com/clovaai/donut' target='_blank'>Github Repo</a></p>"
|
44 |
|
45 |
demo = gr.Interface(
|