▲ 6 r/documentAutomation+1 crossposts

What breaks first when RAG moves from demo PDFs to production documents?

okay I have observed every RAG pipeline demo looks amazing on clean single-column PDFs. Then you throw it at actual customer docs like scanned forms, multi-column statements, contracts with tables nested inside tables and suddenly your extraction layer just starts lying to you. quietly. No errors, no warnings, just wrong.

things that keep breaking on me:

- tables just... dissolve: cells flatten into some soup of unstructured text, or worse, they misalign, and now values are sitting in the wrong row/column like nothing happened. Retrieval says "working fine!" the answer's just wrong lol

- headings get orphaned: chunking rips the heading away from its own content so you retrieve this floating paragraph with zero clue what it's even about

- reading order goes feral: multi-column layout gets read left-to-right straight across the page instead of per-column, so sentences are scrambled before the chunker even gets a shot at it

- figures? gone. charts, stamps, signatures, poof! and sometimes the actual answer you needed was sitting in that figure, not the text around it

anyway if you're running this in prod, which one has caused you the most rework downstream? my money's on broken tables bc it fails silent instead of loud (you don't even know it's wrong until someone complains). but reading order might just generate more garbage chunks overall, even if each one's less catastrophic.

reddit.com
u/Lexy_13_T — 16 days ago

What should the ideal IDP platform for developers look like?

I'm researching the current IDP landscape and would love input from developers who have used platforms like Reducto, Retab, Landing AI, or similar tools.

  • What do you like most about these platforms?
  • What are the biggest frustrations or limitations?
  • Which features save you the most time?
  • What capabilities are missing today?
  • If you could build the perfect IDP platform from scratch, what would it include—and what would you remove?

Looking for honest feedback, real-world experiences, and lessons learned from production deployments.

reddit.com
u/Lexy_13_T — 2 months ago