EDS-PDF is a generic, pure-Python framework for text extraction from PDF documents. It provides the machinery to use rule- or machine-learning-based approaches to classify text blocs between body and meta-data.
This project uses pydantic<2 and it would be nice to have this fixed.
Description
This project uses pydantic<2 and it would be nice to have this fixed as I use it in a jupyterhub which uses pydantic>=2. Also to note that even edsnlp, which i'm also using, accepts version 2+.
This project uses
pydantic<2
and it would be nice to have this fixed.Description
This project uses
pydantic<2
and it would be nice to have this fixed as I use it in a jupyterhub which usespydantic>=2
. Also to note that evenedsnlp
, which i'm also using, accepts version 2+.How to reproduce the bug
Your Environment