lithish2602 commited on
Commit
56db683
·
verified ·
1 Parent(s): 350f8c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,10 +1,16 @@
1
  ---
2
- title: PDF Structured JSON Extractor
3
- emoji: 🐠
4
- colorFrom: indigo
5
- colorTo: purple
6
- sdk: static
7
- pinned: false
 
 
 
 
 
 
 
 
8
  ---
9
-
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: "PDF JSON Extractor"
3
+ emoji: "📄"
4
+ colorFrom: "indigo"
5
+ colorTo: "purple"
6
+ short_description: "Convert PDFs into structured JSON with text, tables & images"
7
+ tags:
8
+ - pdf
9
+ - json
10
+ - document-parser
11
+ - ocr
12
+ - extraction
13
+ suggested_hardware: "cpu-basic"
14
+ suggested_storage: "small"
15
+ python_version: "3.10"
16
  ---