Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def process_image(image):
|
|
78 |
return image
|
79 |
|
80 |
|
81 |
-
title = "
|
82 |
description = "Text extracted and annotated QUESTION/ANSWER/HEADER/OTHER."
|
83 |
|
84 |
#examples =[['document.png']]
|
|
|
78 |
return image
|
79 |
|
80 |
|
81 |
+
title = "Invoice Extraction & Categorization"
|
82 |
description = "Text extracted and annotated QUESTION/ANSWER/HEADER/OTHER."
|
83 |
|
84 |
#examples =[['document.png']]
|