1
0
mirror of https://github.com/kanzure/pdfparanoia.git synced 2024-06-02 17:18:04 +02:00
pdfparanoia/pdfparanoia/plugins/__init__.py
Bryan Bishop b7b5a4ef65 jstor watermark removal
fixes #1
2013-02-06 17:33:00 -06:00

14 lines
171 B
Python

# -*- coding: utf-8 -*-
"""
pdfparanoia.plugins
~~~~~~~~~~~~~~~
Scrubbing machines. Bubbles mandatory.
"""
from .aip import *
from .ieee import *
from .jstor import *