From 1dda6a7f11d369486e1ec36a5a5e85dabbfe60d1 Mon Sep 17 00:00:00 2001 From: "Greg. A." Date: Thu, 20 Nov 2025 08:57:22 +0100 Subject: [PATCH] Add pdf2image package to installation command --- 10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb b/10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb index 6fb7b2d..6dc1218 100644 --- a/10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb +++ b/10-Understanding-BDA/13_custom_outputs_and_blueprints.ipynb @@ -98,7 +98,7 @@ }, "outputs": [], "source": [ - "%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 --upgrade -qq" + "%pip install --no-warn-conflicts \"boto3>=1.37.6\" itables==2.2.4 PyPDF2==3.0.1 pdf2image==1.17.0 --upgrade -qq" ] }, {