Skip to content

pmpontes/OCR-Medical-Records

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OCR-Medical-Records

Summary

Developed within the scope of a Programming Paradigms course, this project envisioned the implementation of an OCR tool for digitizing medical records, using different programming languages and applying various programming paradigms.

More specifically, this tool should be able to perform OCR on the growth chart kept in a child's individual health record - with handwritten information about the child's height, weight and cephalic perimeter at a given date and age - and display its contents.

Our approach consisted in obtaining the information on a child's growth chart record, by processing a scanned image and performing OCR on each individual cell extracted from the growth chart.

Getting Started

Pre-requisites

  • OpenCV;
  • Tessaract;
  • Tomcat.

Useful setup instructions:

Usage

The user must run the server, access the Medical Records OCR web page and select a file corresponding to a child's growth table previously scanned. This image must be at the location specified in MedicalRecordsOCR.FILES_LOCATION and be either a .PNG, .JPG or PDF.

Upon receiving the request, the application proceeds to analyze the image selected. When this process finishes, the data generated will then presented in a table, displayed in a new web page.

It should be noted that, for efficiency purposes, the analysis process halts when a row is signaled as being empty, and the following rows are not processed.

About

Tool to perform OCR on the growth chart kept in a child's individual health record.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published