Canstralian commited on
Commit
a861ae2
·
verified ·
1 Parent(s): 2f356a1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -10,4 +10,15 @@ pinned: false
10
  license: mit
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
10
  license: mit
11
  ---
12
 
13
+ # PDF to JSON Converter
14
+
15
+ This Streamlit application allows users to upload PDF files, extract text, and convert it into a structured JSON format using a Hugging Face model.
16
+
17
+ ## Setup
18
+
19
+ 1. Clone the repository:
20
+
21
+ ```bash
22
+ git clone https://github.com/yourusername/pdf_to_json_converter.git
23
+ cd pdf_to_json_converter
24
+ ```