--- title: Bank Statement JSON Extractor emoji: 📄 colorFrom: blue colorTo: purple sdk: gradio sdk_version: "5.29.0" python_version: "3.11" app_file: app.py pinned: false ------------- # Bank Statement JSON Extractor Fast PDF bank statement to JSON transaction extractor. Upload PDF and get clean transaction JSON. ## Output ```json { "date": "", "narration": "", "voucher_type": "Payment/Receipt", "amount": "", "closing_balance": "" } ```