sxandie commited on
Commit
1f3af9a
·
verified ·
1 Parent(s): 07e3d52

updated description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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: Transport Document Information Extraction model PDF/Images"
846
- description = "Results will show up in a few seconds. This model is trained on only 1326 Images whereas 226 images are used for testing purposes. 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"]]
 
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"]]