Update app.py
Browse files
app.py
CHANGED
@@ -279,9 +279,8 @@ def process_pdf(image):
|
|
279 |
return image, df, data
|
280 |
|
281 |
|
282 |
-
title = "
|
283 |
-
description = """
|
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,
|