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 ...
It is used in production at Fernand. Parsing an email is quite difficult because of the amount of various mail providers and their specific approaches. Unfortunately, there is no standard for ...