Skip to content

Releases: stefanodangelo/mdify

v0.3.2

24 Feb 18:11
6e92c84

Choose a tag to compare

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

v0.3.0

24 Feb 10:01
462d6b8

Choose a tag to compare

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.

v0.2.1

23 Feb 14:32

Choose a tag to compare

Solved dependency conflict in requirements.txt

v0.2.0

23 Feb 14:03

Choose a tag to compare

This version features the processing of documents in bytes as follows:

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')

v0.1.7

03 Feb 16:33

Choose a tag to compare

Synced repo to Zenodo for citation.

v0.1.6

03 Feb 16:12

Choose a tag to compare

First stable release.