File size: 486 Bytes
501fe8b a861ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
---
title: Pdf To Json Converter
emoji: 🔥
colorFrom: green
colorTo: pink
sdk: streamlit
sdk_version: 1.41.1
app_file: app.py
pinned: false
license: mit
---
# PDF to JSON Converter
This Streamlit application allows users to upload PDF files, extract text, and convert it into a structured JSON format using a Hugging Face model.
## Setup
1. Clone the repository:
```bash
git clone https://github.com/yourusername/pdf_to_json_converter.git
cd pdf_to_json_converter
``` |