Upload bank or card statements and let your own AI key extract every line and auto-reconcile the balance.
Every bookkeeper and small-business owner knows the grind: a PDF or photo of a bank or credit-card statement lands in your inbox, and someone has to retype every line, date, description, amount, debit or credit, into a spreadsheet or accounting tool. Then you cross your fingers that the opening balance plus everything you typed actually equals the closing balance. Black-box SaaS statement converters solve the typing, but they own your financial documents, charge per-page subscriptions, and ask you to trust a third party with your bank data.
Your own vision-capable LLM reads every transaction: date, description, amount, running balance, and debit/credit direction.
Opening balance plus all transactions is checked against the closing balance, with the exact delta shown when it's off.
Flags any row where the running balance doesn't progress correctly.
Handles US and EU number formats, currency symbols, parenthetical negatives, and mixed date formats deterministically.
Export clean CSV (RFC-4180), QIF for Quicken/accounting import, or JSON.
Switch between OpenAI, Anthropic, or a local Ollama model any time in Settings.
Checkout isn't open yet. Leave your email and we'll send one note the moment Ledgira can be purchased — nothing else.
Two-minute web installer, PHP 8+ with MySQL or SQLite; demo mode ships pre-baked sample statement images.
Your key is stored in your database on your own server and is transmitted only in the outbound HTTPS request you trigger to your chosen LLM provider. It is never logged, echoed, or passed through any Ledgira infrastructure.
Yes. Ledgira requires PHP 8+ with pdo, curl, and fileinfo — extensions present on virtually all cPanel/Plesk hosts. Installation takes about two minutes through the web installer.
Both. For a bank account, deposits are credits and withdrawals/purchases/fees are debits. For a credit card, charges raise the balance owed and payments/refunds lower it, the standard liability treatment, so reconciliation works the same way for both.
Image formats (PNG, JPEG, WebP) work reliably with all three providers. PDFs are supported natively by Anthropic; OpenAI and Ollama treat PDFs as best-effort, so convert to PNG first for best results elsewhere.
You can switch providers in Settings in under a minute. OpenAI, Anthropic, and Ollama are all supported, including running Ollama locally with no ongoing API cost.
The live demo is being prepared — check back shortly.
Demo — coming soon