Spaces:
Runtime error
Runtime error
updated description
Browse files
app.py
CHANGED
|
@@ -842,8 +842,8 @@ def completepreprocess(pdffile,ocr_type):
|
|
| 842 |
return im2,myDataFrame,myDataFrame2,output_excel_path
|
| 843 |
|
| 844 |
|
| 845 |
-
title = "Interactive demo:
|
| 846 |
-
description = "Results will show up in a few seconds.
|
| 847 |
|
| 848 |
css = """.output_image, .input_image {height: 600px !important}"""
|
| 849 |
examples = [["sample_doc.pdf"]]
|
|
|
|
| 842 |
return im2,myDataFrame,myDataFrame2,output_excel_path
|
| 843 |
|
| 844 |
|
| 845 |
+
title = "Interactive demo: Document Information Extraction model PDF/Images"
|
| 846 |
+
description = "Results will show up in a few seconds. The annotated image can be opened in a new window for a better view."
|
| 847 |
|
| 848 |
css = """.output_image, .input_image {height: 600px !important}"""
|
| 849 |
examples = [["sample_doc.pdf"]]
|