Spaces:
Running
Running
adding instructions
Browse files
README.md
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
|
2 |
-
|
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 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
# PDF Text Extraction using TrOCR
|
2 |
+
This space extracts text from PDFs using Hugging Face's TrOCR.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
|
4 |
+
### Setup
|
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.
|