SafeRecall is a CLI tool to OCR and search for text in your photos.
- Built-in OCR: No need to install external OCR engines like Tesseract.
- Fast Search: Quick search through OCR results stored in a local SQLite database.
- Static Binary: Compiles to a single binary with everything included.
This tool uses pre-trained OCR models from the ocrs project by Robert Knight:
- Repository: Hugging Face
- Author: Robert Knight
- License: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
The models are used unchanged. No endorsement by the original author is implied.
See THIRD_PARTY_NOTICES.md for full attribution of the libraries used.