International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 187 - Issue 45 |
Published: September 2025 |
Authors: Om Talekar, Tejas Raut, Shailaja Rautrao, Shruti Thorat, Sunita Parinam |
![]() |
Om Talekar, Tejas Raut, Shailaja Rautrao, Shruti Thorat, Sunita Parinam . Interpreting Doctors' Notes: Handwriting Recognition & Deep Learning. International Journal of Computer Applications. 187, 45 (September 2025), 1-7. DOI=10.5120/ijca2025925199
@article{ 10.5120/ijca2025925199, author = { Om Talekar,Tejas Raut,Shailaja Rautrao,Shruti Thorat,Sunita Parinam }, title = { Interpreting Doctors' Notes: Handwriting Recognition & Deep Learning }, journal = { International Journal of Computer Applications }, year = { 2025 }, volume = { 187 }, number = { 45 }, pages = { 1-7 }, doi = { 10.5120/ijca2025925199 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2025 %A Om Talekar %A Tejas Raut %A Shailaja Rautrao %A Shruti Thorat %A Sunita Parinam %T Interpreting Doctors' Notes: Handwriting Recognition & Deep Learning%T %J International Journal of Computer Applications %V 187 %N 45 %P 1-7 %R 10.5120/ijca2025925199 %I Foundation of Computer Science (FCS), NY, USA
This paper presents a hybrid AI-based system for recognizing and converting handwritten medical prescriptions into digital text to address the widespread issue of illegible handwriting in healthcare. The system combines Optical Character Recognition (OCR) with deep learning techniques—specifically Convolutional Neural Networks (CNN) for visual feature extraction and Long Short-Term Memory (LSTM) networks for sequence modeling. Tesseract OCR is used as an initial pass, with the CNN-LSTM model refining the recognition results. A dataset of prescription images is preprocessed using OpenCV and used to train the model. The proposed system achieves a character-level accuracy of over 91.3%, an error rate below 8%, and an average processing time of 1.8 seconds per image. Unlike traditional OCR systems, this solution is optimized for medical handwriting, incorporating domain-specific terminology. It provides a scalable, real-time tool for use in hospitals, clinics, and pharmacies, reducing transcription errors and supporting the digitization of healthcare records.