This document summarizes an approach for detecting Indian vehicle number plates. It presents a two-step method: 1) Locating the number plate region using Sobel edge detection and morphological operations. Connected components with fewer than 1000 pixels are removed. 2) Segmenting individual characters using region properties and bounding boxes. The method was tested on various vehicle images with accurate number plate extraction in proper lighting conditions. Future work could improve performance for low-light images.