The document describes an automatic license plate recognition system using VEDA. The system takes images as input and performs the following steps: number plate extraction through preprocessing, morphological operations, and thresholding; character segmentation using connected component analysis and vertical projection; and character recognition using template matching. The system is designed for real-time use and shows good performance on Indian license plates, achieving 91.4% accuracy on test images within 47.7 ms computation time.