Move external program wrappers to ocrmypdf.exe package

This commit is contained in:
James R. Barlow
2016-12-09 16:54:24 -08:00
parent dd1b84e7ba
commit 4ee9658e97
11 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# © 2015 James R. Barlow: github.com/jbarlow83
from ocrmypdf import hocrtransform
from ocrmypdf.tesseract import HOCR_TEMPLATE
from ocrmypdf.exe.tesseract import HOCR_TEMPLATE
from reportlab.pdfgen.canvas import Canvas
from PIL import Image
from tempfile import NamedTemporaryFile