mishtert commited on
Commit
3d6dae7
·
1 Parent(s): 6aee046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def process_image(image):
79
 
80
 
81
  title = "Invoice Extraction & Categorization"
82
- description = "Text extracted and annotated QUESTION/ANSWER/HEADER/OTHER."
83
 
84
  #examples =[['document.png']]
85
  examples =[['document.png'],['invoice2.png'],['invoice3.png']]
 
79
 
80
 
81
  title = "Invoice Extraction & Categorization"
82
+ description = "Invoice text identified (extraction) and categorized."
83
 
84
  #examples =[['document.png']]
85
  examples =[['document.png'],['invoice2.png'],['invoice3.png']]