This document presents a method for detecting Devnagari text in scene images. The method uses two main characteristics of Devnagari text: uniform stroke width and the presence of a headline with vertical strokes below it. Candidate text regions are identified using distance transforms to verify uniform stroke width. A probabilistic Hough transform is then used to detect horizontal lines in each region, which are analyzed to identify headlines indicating Devnagari text. The method was tested on 10,000 images and achieved a precision of 0.7994 and recall of 0.778 for Devnagari text detection, representing an improvement over previous work. Some limitations are noted and future work is proposed to address them through machine learning approaches.