extracter / README.md
deveos's picture
Update README.md
3dcb510 verified
|
Raw
History Blame Contribute Delete
459 Bytes
---
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": ""
}
```