Parse Document Model (Python) provides Pydantic models for representing text documents using a hierarchical model. This library allows you to define documents as a hierarchy of (specialised) nodes ...
Note The agentic-doc Python library is now legacy. Please migrate to the new landingai-ade library, which is now the official Python library for Agentic Document Extraction and supports our newer API ...
Recently our development team needed to find a way to manipulate the body of an article and return JSON objects of all the body content. This was because of the constraints of the Apple News ...