This document summarizes a research paper on extracting vehicle number plates from front-facing images using image processing techniques. The paper proposes a system that uses a camera to capture vehicle images, processes the images to isolate and extract the number plate, recognizes the characters on the plate, and displays the plate text. The system works by first converting the color image to grayscale. Edge detection, morphological operations and binary thresholding are then used to segment and extract the number plate region. Bounding box techniques isolate individual characters which are converted to text using OCR. The method achieved accurate number plate extraction on vehicle images taken in different lighting conditions and resolutions. The system has applications in traffic monitoring, law enforcement and vehicle identification.