mini / README.md
deveos's picture
Upload 4 files
0be9bd5 verified
|
Raw
History Blame Contribute Delete
430 Bytes
---
title: MinerU 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
---
# MinerU Bank Statement JSON Extractor
Upload bank statement PDF and extract clean transaction JSON.
Output fields:
```json
{
"date": "",
"narration": "",
"voucher_type": "Payment/Receipt",
"amount": "",
"closing_balance": ""
}
```