Mdify

Latest version: v0.3.2

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3.2

This release fixes the following:
- extension mismatch when saving chart deplot artifacts in described write mode
- tensor shape in chart deplot predictions
- missing WriteMode class import binding

0.3.0

The following features were added:
- getters in DocumentParser to retrieve metadata and output files.
- cleanup method in DocumentParser to easily delete all the outputs produced.

0.2.1

Solved dependency conflict in requirements.txt

0.2.0

This version features the processing of documents in bytes as follows:
python
with open('PATH_TO_YOUR_DOCUMENT', 'rb') as f:
document_bytes = f.read()
parser.parse(document_bytes, document_name='YOUR_DOCUMENT_NAME', document_type='pdf')

0.1.7

Synced repo to Zenodo for citation.

0.1.6

First stable release.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.