diff --git a/jupyter/SparkOcrDicomDeIdentification.ipynb b/jupyter/SparkOcrDicomDeIdentification.ipynb index c0d1d1a..77f0c48 100644 --- a/jupyter/SparkOcrDicomDeIdentification.ipynb +++ b/jupyter/SparkOcrDicomDeIdentification.ipynb @@ -80,7 +80,7 @@ "source": [ "# install from PYPI using secret\n", "%pip install --upgrade spark-nlp-jsl==2.5.3 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n", - "%pip install spark-nlp==2.5.3\n", + "%pip install spark-nlp==2.5.5\n", "%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade" ] }, @@ -175,7 +175,7 @@ "spark = start(secret=secret,\n", " nlp_secret=nlp_secret,\n", " jar_path=spark_ocr_jar_path,\n", - " nlp_version=\"2.5.0\",\n", + " nlp_version=\"2.5.5\",\n", " nlp_internal=True)\n", "\n", "spark" @@ -2225,4 +2225,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file diff --git a/jupyter/SparkOcrUpdateTextPosition.ipynb b/jupyter/SparkOcrUpdateTextPosition.ipynb index 78fdeb0..4eeafe1 100644 --- a/jupyter/SparkOcrUpdateTextPosition.ipynb +++ b/jupyter/SparkOcrUpdateTextPosition.ipynb @@ -70,7 +70,7 @@ "outputs": [], "source": [ "# install from PYPI using secret\n", - "%pip install spark-nlp==2.4.5\n", + "%pip install spark-nlp==2.5.5\n", "%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade" ] }, @@ -144,7 +144,7 @@ "if license:\n", " os.environ['JSL_OCR_LICENSE'] = license\n", "\n", - "spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.4.5\")\n", + "spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.5.5\")\n", "spark" ] }, @@ -346,4 +346,4 @@ }, "nbformat": 4, "nbformat_minor": 2 -} +} \ No newline at end of file