https://github.com/tdiprima/medical-image-processing
A Java Maven project demonstrating medical image processing techniques with Tesseract OCR, DCM4CHE DICOM tools, and Bio-Formats.
https://github.com/tdiprima/medical-image-processing
bio-formats dcm4che dicom image-analysis medical-image-processing ocr ome-tiff tesseract
Last synced: 2 months ago
JSON representation
A Java Maven project demonstrating medical image processing techniques with Tesseract OCR, DCM4CHE DICOM tools, and Bio-Formats.
- Host: GitHub
- URL: https://github.com/tdiprima/medical-image-processing
- Owner: tdiprima
- License: mit
- Created: 2025-01-15T14:48:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-24T01:43:35.000Z (4 months ago)
- Last Synced: 2025-01-24T02:25:25.666Z (4 months ago)
- Topics: bio-formats, dcm4che, dicom, image-analysis, medical-image-processing, ocr, ome-tiff, tesseract
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Medical Image Processing 🩺 📷
This Java Maven project demonstrates three essential techniques for working with medical images:
- **Tesseract OCR** - Extract text from an image file.
- **DCM4CHE** - Read and process DICOM medical image files.
- **Bio-Formats** - Analyze bio-imaging formats such as OME-TIFF.## Getting started 🚀
```sh
mvn clean install
java -jar target/MedicalImageProcessing-1.0-jar-with-dependencies.jar
```**Note:** If the operating system throws a segmentation fault during execution, it means you didn't set your `TESSDATA_DIR` correctly.
## Prerequisites
- Java 8+ installed.
- Maven installed.
- `tessdata` folder configured for Tesseract (download [here](https://github.com/tesseract-ocr/tessdata)).