Skip to content

Commit a197cd2

Browse files
author
546075910
committed
GH140_Configure_auto_build_spark
Update Notebook SparkOcrUpdateTextPosition.ipynb
1 parent 1bf7bf2 commit a197cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyter/SparkOcrUpdateTextPosition.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"outputs": [],
7171
"source": [
7272
"# install from PYPI using secret\n",
73-
"%pip install spark-nlp==2.4.5\n",
73+
"%pip install spark-nlp==2.5.5\n",
7474
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
7575
]
7676
},
@@ -144,7 +144,7 @@
144144
"if license:\n",
145145
" os.environ['JSL_OCR_LICENSE'] = license\n",
146146
"\n",
147-
"spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.4.5\")\n",
147+
"spark = start(secret=secret, jar_path=spark_ocr_jar_path, nlp_version=\"2.5.5\")\n",
148148
"spark"
149149
]
150150
},

0 commit comments

Comments
 (0)