From 1ad59bbf4b6c65f23b99eef47d48495ff7b3cec9 Mon Sep 17 00:00:00 2001
From: onb1259 <onb1259@onb.ac.at>
Date: Mon, 16 Oct 2023 11:58:53 +0200
Subject: [PATCH] removed inline pypi installations

---
 extract_figures.ipynb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/extract_figures.ipynb b/extract_figures.ipynb
index 347b926..13bdbd8 100644
--- a/extract_figures.ipynb
+++ b/extract_figures.ipynb
@@ -20,10 +20,6 @@
    },
    "outputs": [],
    "source": [
-    "!pip install pillow\n",
-    "!pip install zipp\n",
-    "!pip install ultralytics\n",
-    "\n",
     "import os, shutil\n",
     "from zipapp import zipfile\n",
     "from PIL import Image\n",
@@ -33,7 +29,7 @@
     "from iiif_utils import get_imgurls_from_manifesturl, create_paths_from_iiifurls, download_images_multithreded\n",
     "\n",
     "# Url of iiif manifest\n",
-    "input_manifest = 'https://iiif.onb.ac.at/presentation/ABO/+Z105572305/manifest/'"
+    "input_manifest = 'https://iiif.onb.ac.at/presentation/ABO/+Z105572305/manifest'"
    ]
   },
   {
-- 
GitLab