Versions Compared

Key

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

...

In the context of Brown Dog, extraction refers to the process of extracting relevant information from one or more data files. For example, finding out the location of people's faces in an image.

You can find an example of the extraction command below:

You can then read the contents of ncsa.json:

Optionally you can use the -v flag to get a more verbose output, including the content of the output file ncsa.json:

You can also get a list of available extractors that will process a given input file:

Conversion

In Brown Dog, conversion refers to the processing of converting files from one format to another. For example converting an image from PNG to JPEG format. You can find an example of the extraction command below:

...