Metadata-Version: 2.1
Name: preprocessor-ml
Version: 0.1.0
Summary: 
Author: Felix Morillas-navas
Author-email: felix.morillas-navas@adesso-insurance-solutions.de
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: bumpver (>=2023.1129,<2024.0)
Requires-Dist: twine (>=4.0.2,<5.0.0)
Description-Content-Type: text/markdown

# Preprocessor ML

To convert PDFs, images, and XML files into structured text, this functionality is offered as a packaged solution.

to export the requirements.txt use this command

```shell
poetry export --output requirements.txt
```

Poetry commands

```shell
poetry shell  | activate
exit          | disconnect
```

```shell
pip install --upgrade -v pip
```

