Skip to content

Support different file types for scan uploading

Hugo Kerstens requested to merge 456-different-file-types-for-uploading into master

Closes #456 (closed)

This MR:

  • Supports uploading the different file formats as described in the issue.
  • Adds a method that reduces an arbitrary file to images.
  • Merges the two scanning pipelines into a single endpoint.
  • The scanning pipelines only differ by the process_page function.
  • Adds test for the new extraction method
Edited by Hugo Kerstens

Merge request reports