Gary0205 commited on
Commit
3cc3a84
·
1 Parent(s): 1cb39d2

adding instructions

Browse files
Files changed (1) hide show
  1. README.md +7 -11
README.md CHANGED
@@ -1,12 +1,8 @@
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
 
 
 
 
 
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.