Skip to content

A Java Maven project demonstrating medical image processing techniques with Tesseract OCR, DCM4CHE DICOM tools, and Bio-Formats.

License

Notifications You must be signed in to change notification settings

tdiprima/medical-image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 🚀

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).

About

A Java Maven project demonstrating medical image processing techniques with Tesseract OCR, DCM4CHE DICOM tools, and Bio-Formats.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published