From 4e1cd2e82c289441361935d967be679e749af7f2 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 ed7adc96..614424b9 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