.. _sec-usage: Usage ----- .. literalinclude:: usage.cmd :language: bash .. literalinclude:: usage.out :language: bash .. _sec-usage-example: Example ~~~~~~~ Place yourself in the root of the repository and run:: jugmt example/*.docx --output /tmp/foo This will extract figures from the ``.docx`` files found in the ``example`` folder and store **JSON** and **HTML** versions of the documents in the folder named ``/tmp/foo```. In case you do not want to run it, then you can inspect the `JSON `_ and `HTML `_ in the `repository on GitHUB `_ or locally in the folder ``example/output``. For details on the structure of the **JSON** document, then have a look at the :ref:`schema ` section.