Files
OCRmyPDF/src/ocrmypdf/extra_plugins/__init__.py
T
2023-04-14 02:19:19 -07:00

10 lines
292 B
Python

# SPDX-FileCopyrightText: 2022 James R. Barlow
#
# SPDX-License-Identifier: MPL-2.0
"""Extra plugins. These are not automatically inserted when ocrmypdf is run.
You can use these plugins by specifying them on the command line, e.g.:
ocrmypdf --plugin ocrmypdf.extra_plugins.semfree ...
"""