From One Shot to a Pipeline: Evolving DOCX → JSON (V1 → V2)
Apr 27 · 7 min read · Why change what works?
A common first version of “turn this Word file into JSON” is simple: read the text, send all of it to the LLM once, parse JSON back. It ships fast and works on small docs. In pr