nihalbaig commited on
Commit
4dd7d85
1 Parent(s): 328e36a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -92,10 +92,9 @@ def process_image(image):
92
  return image
93
 
94
 
95
- title = "Invoice Information extraction using LayoutLMv3 model"
96
- description = "Invoice Information Extraction - We use Microsoft's LayoutLMv3 trained on Invoice Dataset to predict the Biller Name, Biller Address, Biller post_code, Due_date, GST, Invoice_date, Invoice_number, Subtotal and Total. To use it, simply upload an image or use the example image below. Results will show up in a few seconds."
97
 
98
- article="<b>References</b><br>[1] Y. Xu et al., “LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking.” 2022. <a href='https://arxiv.org/abs/2204.08387'>Paper Link</a><br>[2] <a href='https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LayoutLMv3'>LayoutLMv3 training and inference</a>"
99
 
100
  examples =[['example1.png'],['example2.png'],['example3.png']]
101
 
 
92
  return image
93
 
94
 
95
+ title = "Official Document Layout Scanner for a2i competition"
96
+ description = "This is a web app for scanning official documents that will extract the layout from the documents automatically."
97
 
 
98
 
99
  examples =[['example1.png'],['example2.png'],['example3.png']]
100