Zoory commited on
Commit
6129841
1 Parent(s): 1c49695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -279,9 +279,8 @@ def process_pdf(image):
279
  return image, df, data
280
 
281
 
282
- title = "Demo: table detection & recognition with Table Transformer (TATR)."
283
- description = """Demo for table extraction with the Table Transformer. First, table detection is performed on the input image using https://huggingface.co/microsoft/table-transformer-detection,
284
- after which the detected table is extracted and https://huggingface.co/microsoft/table-transformer-structure-recognition-v1.1-all is leveraged to recognize the individual rows, columns and cells. OCR is then performed per cell, row by row."""
285
  examples = [['image.png'], ['mistral_paper.png']]
286
 
287
  app = gr.Interface(fn=process_pdf,
 
279
  return image, df, data
280
 
281
 
282
+ title = "AICONVERT.ONLINE"
283
+ description = """"""
 
284
  examples = [['image.png'], ['mistral_paper.png']]
285
 
286
  app = gr.Interface(fn=process_pdf,