Skip to content

v0.2.0

Choose a tag to compare

@stefanodangelo stefanodangelo released this 23 Feb 14:03
· 9 commits to main since this release

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