Canstralian
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,15 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|