From e5ff017d40b71f7244ddac3604a62d7e7a5a437c Mon Sep 17 00:00:00 2001 From: bosd Date: Sun, 6 Oct 2024 11:44:30 +0200 Subject: [PATCH] Fixup! Add read_pdf --- pypdf_table_extraction/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pypdf_table_extraction/__init__.py b/pypdf_table_extraction/__init__.py index ed7adc96b..614424b9a 100644 --- a/pypdf_table_extraction/__init__.py +++ b/pypdf_table_extraction/__init__.py @@ -4,3 +4,4 @@ from camelot import handler # noqa F401 from camelot import logger # noqa F401 from camelot import plot # noqa F401 +from camelot.io import read_pdf