Skip to content

Commit

Permalink
Merge pull request #93 from databricks-industry-solutions/fix/thumbna…
Browse files Browse the repository at this point in the history
…il-readme

Update README.md
  • Loading branch information
erinaldidb authored Feb 17, 2025
2 parents 89b25c4 + 4ea678a commit b24414c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ catalog_df = catalog.catalog(<path>) # 04

# extract the DICOM metadata
meta_df = DicomMetaExtractor(catalog).transform(catalog_df) # 05

# extract DICOM image thumbnails (optional)
thumbnail_df = DicomThumbnailExtractor().transform(meta_df) # 06


# save your work for SQL access
catalog.save(thumbnail_df) # 07
catalog.save(meta_df) # 06
```
You'll find this example in [01-dcm-demo](https://github.com/databricks-industry-solutions/pixels/blob/main/01-dcm-demo.py) which does:

Expand Down

0 comments on commit b24414c

Please sign in to comment.