Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Python is installed on your computer.
  2. Docker is installed on your computer. You can download and install Docker from https://www.docker.com/products/docker-desktop.
  3. You already have a piece of code written in Python that can process a file and generate metadata. Optionally, this can also be used if you have a command-line program written in another programming language, which can be invoked from Python.
  4. The extractor that you are trying to create will only generate metadata in JSON format and/or a file preview.
  5. Your code has been tested and does what it is supposed to do.

...