This document discusses a method for extracting and recognizing text from digital comic images. It begins with an introduction describing the challenges of text extraction from complex comic images. It then describes the specific method used, which includes preprocessing the image with a median filter to reduce noise, detecting text "balloons" using connected component labeling algorithms, and then applying optical character recognition with an image centroid concept to extract and recognize the text. The key aspects of the proposed method are preprocessing with median filtering for edge preservation, balloon detection using connected component labeling, and using image centroid zones for feature extraction in optical character recognition of the text.