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