Skip to content

Commit

Permalink
docs: adding missing plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jul 4, 2022
1 parent 28c60c4 commit da38e1b
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ Examples
management system.


Suppressing or overriding other plugins
---------------------------------------

.. autofunction:: ocrmypdf.pluginspec.initialize

Custom command line arguments
-----------------------------

Expand All @@ -172,7 +177,7 @@ Custom command line arguments
Execution and progress reporting
--------------------------------

.. autoclass: ocrmypdf.pluginspec.Executor
.. autoclass:: ocrmypdf.pluginspec.Executor
:members:

.. autofunction:: ocrmypdf.pluginspec.get_logging_console
Expand Down Expand Up @@ -216,3 +221,10 @@ PDF/A production
----------------

.. autofunction:: ocrmypdf.pluginspec.generate_pdfa

PDF optimization
----------------

.. autofunction:: ocrmypdf.pluginspec.optimize_pdf

.. autofunction:: ocrmypdf.pluginspec.is_optimization_enabled

0 comments on commit da38e1b

Please sign in to comment.