bin.nlmprocessor

nlmprocessor.py: a tool to run the NLM portions of meTypeset

Usage:

nlmprocessor.py process <input> [options]

Options:
-a, --aggression <aggression_level>

Parser aggression level 0-10 [default: 10]

--chain <xslt>

Specify a subsequent XSL transform to pass the NLM to

-c, --clean

Produce final XML, not intermediate markup with additional metadata

-d, --debug

Enable debug output

-h, --help

Show this screen.

-i, --identifiers

Generate unique identifiers for all supported NLM elements

--interactive

Enable step-by-step interactive mode

--nogit

Disable git debug filesystem (only of use with –debug)

--noimageprocessing

Disable unoconv image processing

-s, --settings <settings_file>

Settings file

-v, --version

Show version.

-z, --zotero

Enable Zotero integration for references.

Module Contents

bin.nlmprocessor.__author__ = Martin Paul Eve[source]
bin.nlmprocessor.__email__ = martin@martineve.com[source]

A class that runs the NLM portions of meTypeset

bin.nlmprocessor.main()[source]