Langextract vs pydantic + API calls for no char_span use case #373
karyotakisg
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi! I'm evaluating LangExtract for a pipeline that extracts structured entities from hundreds of 100+ page PDFs using LLMs + Pydantic models (currently via Instructor + OpenAI).
I don't need positional extraction (char_span / text anchoring). My main concerns are:
Or is text anchoring the primary differentiator, making it less relevant for my use case?
All reactions