Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -415,7 +415,7 @@ def pipeline(pdf_path):
|
|
415 |
## Gradio Interface
|
416 |
title = "Demo: Financial Statement(PDF) information Extraction - Traditional Chinese"
|
417 |
description = """Demo pdf, either editable or scanned image, information extraction for Traditional Chinese without OCR"""
|
418 |
-
examples = [
|
419 |
|
420 |
pdf_file = gr.File(label="Upload PDF", type="filepath")
|
421 |
pages = gr.File(label="Pages", type="filepath")
|
|
|
415 |
## Gradio Interface
|
416 |
title = "Demo: Financial Statement(PDF) information Extraction - Traditional Chinese"
|
417 |
description = """Demo pdf, either editable or scanned image, information extraction for Traditional Chinese without OCR"""
|
418 |
+
examples = ['text_pdf.pdf', 'image_pdf.pdf']
|
419 |
|
420 |
pdf_file = gr.File(label="Upload PDF", type="filepath")
|
421 |
pages = gr.File(label="Pages", type="filepath")
|