rename ocrmypdf.run -> ocrmypdf.ocr

This commit is contained in:
James R. Barlow
2019-07-07 02:11:44 -07:00
parent 98050534d6
commit cbeddab35f
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -44,4 +44,4 @@ from . import hocrtransform
from . import leptonica
from . import pdfa
from . import pdfinfo
from .api import run, configure_logging, Verbosity
from .api import ocr, configure_logging, Verbosity
+1 -1
View File
@@ -158,7 +158,7 @@ def create_options(*, input_file, output_file, **kwargs):
return options
def run( # pylint: disable=unused-argument
def ocr( # pylint: disable=unused-argument
input_file,
output_file,
*,