Description
Pretrained pipeline for doing Dicom De-identification in which all texts in the images are removed together with most of the tags in the metadata.
Predicted Entities
How to use
dicom_df = spark.read.format("binaryFile").load(dicom_path)
pipeline = PretrainedPipeline("dicom_deid_full_anonymization", "en", "clinical/ocr")
result = pipeline.transform(dicom_df).cache()
val dicom_df = spark.read.format("binaryFile").load(dicom_path)
val pipeline = new PretrainedPipeline("dicom_deid_full_anonymization", "en", "clinical/ocr")
val result = pipeline.transform(dicom_df).cache()
Example
Input:
Output:
Model Information
Model Name: | dicom_deid_full_anonymization |
Type: | pipeline |
Compatibility: | Visual NLP 5.5.0+ |
License: | Licensed |
Edition: | Official |
Language: | en |