Suppress the xref warning for now

This commit is contained in:
Jim Barlow
2015-07-22 11:24:14 -07:00
parent f47fa98f33
commit 0e7e7d8437
+1 -1
View File
@@ -25,7 +25,7 @@ from .hocrtransform import HocrTransform
import warnings
warnings.simplefilter('once', pypdf.utils.PdfReadWarning, lineno=1509)
warnings.simplefilter('ignore', pypdf.utils.PdfReadWarning)
basedir = os.path.dirname(os.path.realpath(__file__))