We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4584a69 commit fdc6902Copy full SHA for fdc6902
jupyter/SparkOcrDicomDeIdentification.ipynb
@@ -80,7 +80,7 @@
80
"source": [
81
"# install from PYPI using secret\n",
82
"%pip install --upgrade spark-nlp-jsl==2.5.5 --extra-index-url https://pypi.johnsnowlabs.com/$nlp_secret\n",
83
- "%pip install spark-nlp==2.5.5\n",
+ "%pip install spark-nlp==2.4.5\n",
84
"%pip install spark-ocr==$version --user --extra-index-url=https://pypi.johnsnowlabs.com/$secret --upgrade"
85
]
86
},
@@ -1251,7 +1251,7 @@
1251
}
1252
],
1253
1254
- "dicom_path = '././data/dicom/*.dcm'\n",
+ "dicom_path = '././data/dicom/deidentify-medical-1.dcm'\n",
1255
"dicom_df = spark.read.format(\"binaryFile\").load(dicom_path)\n",
1256
"\n",
1257
"# for image in DicomToImage().transform(dicom_df).collect():\n",
0 commit comments