- Original Poster
- #1
Hi everyone,
I've spent the last while building something to automate data entry: pulling data from invoices, receipts and other documents into whatever system it needs to land in.
I've worked in IT and been through several ERP implementations on the client side at SMEs, and the gap I keep seeing is that most tools in this space treat "admin" as just typing numbers in. It isn't — admins check data against internal rules, flag what's off, and make judgment calls that most software ignores.
So beyond just extracting the data, what I've built also:
Has anyone here actually used tools in this space day to day? What's missing, or what winds you up about the ones you've tried?
I've spent the last while building something to automate data entry: pulling data from invoices, receipts and other documents into whatever system it needs to land in.
I've worked in IT and been through several ERP implementations on the client side at SMEs, and the gap I keep seeing is that most tools in this space treat "admin" as just typing numbers in. It isn't — admins check data against internal rules, flag what's off, and make judgment calls that most software ignores.
So beyond just extracting the data, what I've built also:
- Maps everything into the column names you actually use, not generic defaults
- Flags missing or inconsistent fields instead of assuming it's all correct
- Applies validation rules — custom sums, conditional logic ("if this name appears in this column, do X")
- Learns from trickier or non-standard document layouts
- Pulls specific values out of free-text fields e.g. "6 x Hot Dog Tins" → it grabs just the 6, not the whole string
Has anyone here actually used tools in this space day to day? What's missing, or what winds you up about the ones you've tried?