This document describes a system for offline signature verification. It begins with an introduction to the problem and approaches for online and offline verification. It then outlines the proposed approach, which involves preprocessing the signature image, extracting seven geometric features, training the system using sample signatures, and verifying new signatures by comparing their features to the training data. The key steps are preprocessing to remove noise, feature extraction of attributes like slant angle, aspect ratio, area, center of gravity, edge and cross points, and verification by calculating the Euclidean distance between a test signature's features and the trained template. Implementation details and results are also mentioned.