Spaces:
Running
Running
adding instructions
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# PDF Text Extraction using TrOCR
|
2 |
This space extracts text from PDFs using Hugging Face's TrOCR.
|
3 |
|
@@ -5,4 +17,4 @@ This space extracts text from PDFs using Hugging Face's TrOCR.
|
|
5 |
Dependencies are installed via `requirements.txt`. Additionally, `poppler-utils` is installed via `setup.sh`.
|
6 |
|
7 |
### How to Run
|
8 |
-
Upload a PDF and extract text using OCR.
|
|
|
1 |
+
---
|
2 |
+
title: Pdf Ocr Extractor
|
3 |
+
emoji: 🏃
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 5.13.1
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
# PDF Text Extraction using TrOCR
|
14 |
This space extracts text from PDFs using Hugging Face's TrOCR.
|
15 |
|
|
|
17 |
Dependencies are installed via `requirements.txt`. Additionally, `poppler-utils` is installed via `setup.sh`.
|
18 |
|
19 |
### How to Run
|
20 |
+
Upload a PDF and extract text using OCR.
|