Agentic Document Workflows differ from traditional extractive approaches like Llamaparse and OpenAI in that they use AI to understand the context and intent behind the document, rather than just extracting specific information.
Agentic Document Workflows differ from traditional extractive approaches like Llamaparse and OpenAI in that they use AI to understand the context and intent behind the document, rather than just extracting specific information.
At a glance
The post asks if Agentic Document Workflows is any different from running a Llamaparse extract to markdown and then running an openai structured extraction to json afterward. The community members in the comments suggest that this is essentially the same process, with one member stating "Thats exactly what it is lol just putting a term to the process". Another member notes that "the devil is in the details", and suggests looking at reference implementations. There is no explicitly marked answer in the provided information.
is Agentic Document Workflows any different than running a Llamaparse extract to markdown and then running an openai structured extraction to json afterward?