Modules

wauter

CoDAK [Processors] uses [PipeT] modules to transform a document into something else. For example, to transform PDF into text.

CoDAK searches the modules directory for modules that are available. These modules will appear in the processing section of the web interface. A module file ends with .mod and contains at least the URL of the module. For example, the file contents could be:

url = http://localhost:9009/myModule

CoDAK is distributed with a number of stock modules, which are installed per default in /etc/pipet/conf.d and accessible via URLs starting with (http://localhost:9009/codak-core). To add a custom module,

  1. install the module (see [PipeT])
  2. check that the module is accessible by calling it from your browser
  3. add a file to the modules directory with the module's URL
  4. apply any access restrictions that you may find relevant

MongoDB Logo MongoDB