Spaces:
Sleeping
Sleeping
Commit
·
01f73b8
1
Parent(s):
f77a9a3
Refactor app title and add link to Extractous repository
Browse files
app.py
CHANGED
@@ -33,9 +33,9 @@ demo = gr.Interface(
|
|
33 |
gr.Textbox(label="Extracted Text", lines=10),
|
34 |
gr.Textbox(label="Metadata", lines=3),
|
35 |
],
|
36 |
-
title="
|
37 |
description="""
|
38 |
-
Upload a document to extract its text content and metadata using Extractous.
|
39 |
|
40 |
**Supported formats include:**
|
41 |
- PDF files (with OCR support)
|
|
|
33 |
gr.Textbox(label="Extracted Text", lines=10),
|
34 |
gr.Textbox(label="Metadata", lines=3),
|
35 |
],
|
36 |
+
title="Extractus Demo",
|
37 |
description="""
|
38 |
+
Upload a document to extract its text content and metadata using [Extractous](https://github.com/yobix-ai/extractous).
|
39 |
|
40 |
**Supported formats include:**
|
41 |
- PDF files (with OCR support)
|