refactor: split argparse and run_pipline

This commit is contained in:
Martin Wind
2019-03-26 08:10:20 +01:00
parent 210f134b5b
commit 2fa43ecf09
4 changed files with 708 additions and 683 deletions
+1
View File
@@ -44,3 +44,4 @@ from . import hocrtransform
from . import leptonica
from . import pdfa
from . import pdfinfo
from .run import run_pipeline as run