docs: improve description of plugins

This commit is contained in:
James R. Barlow
2020-06-15 12:51:49 -07:00
parent 2d2a4894ab
commit 9d127d354c
2 changed files with 90 additions and 37 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ A plugin may provide the following hooks. Hooks should be decorated with
from ocrmpydf import hookimpl
@hookimpl
def prepare(options):
def add_options(parser):
pass
The following is a complete list of hooks that may be installed and when