Skip to content

Parse non-PDF (*Office) documents to populate the Contents field

This modifies the parser to get the mimetype from the cached file returned from get_intermediate_file (instead of using the document file property) and modifies the get_intermediate_file method to return the open file rather than a _GeneratorContextManager object. This improves on merge requests !101 (closed) and !102 (closed).

Merge request reports