1. Extracting Invoice Amounts from Emails
AccountantBackground
An accountant receives email invoices with amounts embedded in text like 'Total: $1,234.56 due by Friday.'
Problem
Manually copying amounts from multiple emails is time-consuming and prone to errors.
How to use
Paste the email text into the tool, enable 'Include Currency Symbols', and set 'Output Format' to 'Standardized'.
includeCurrency=true, includeDecimals=true, format=standardizedOutcome
All invoice amounts are extracted as plain numbers, e.g., 1234.56, ready for quick import into spreadsheets.