mini / README.md
deveos's picture
Upload 4 files
0be9bd5 verified
|
Raw
History Blame Contribute Delete
430 Bytes

A newer version of the Gradio SDK is available: 6.19.0

Upgrade
metadata
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:

{
  "date": "",
  "narration": "",
  "voucher_type": "Payment/Receipt",
  "amount": "",
  "closing_balance": ""
}