codak Home
Brought to you by:
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,