What problem does it solve? Manually reading invoices, receipts, and bank statements to record amounts, vendors, and line items is slow and error-prone. This Skill automates the extraction of structured financial data from PDFs, scanned images, and CSV statements, then categorizes expenses and generates reports. ## Core Features & Use Cases - Multi-Format Parsing: Extracts fields like invoice number, date, vendor, subtotal, tax, and total from PDF invoices, image receipts (via OCR), and CSV bank statements. - Automatic Expense Categorization: Classifies line items into categories such as Software, Travel, Meals, and Utilities using keyword matching. - Report Generation: Outputs results as Markdown reports, JSON data, or CSV exports, with insights like top spending categories and flags for large transactions. - Use Case: You receive a folder of monthly vendor invoices as PDFs. Run the parser on each file to extract totals and line items, categorize expenses, and export a consolidated CSV for your accounting records. ## Quick Start Ask the AI to parse your financial document by providing its file path, for example: parse the invoice at /path/to/invoice.pdf and show me the expense breakdown.