--- 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 ```