feat: add image perceptual hashing module with database integration
- Implemented ImageHashManager for detecting duplicate and similar images using perceptual hashing.
- Added SQLite database for storing image URLs, hashes, and metadata.
- Created command-line tools for managing image hashes, including processing, searching, and cleanup functionalities.
- Documented the image hashing module and its usage in a new markdown file.