- Josh McIntyre
- jmcintyre.net
- OCRSeedSwipe detects cryptocurrency seed phrases in images using OCR and regex
- development for bugfixes and new features
- make build Build the application
- make clean Clean the build directory
- Specify an image file to scan
- Report a found seed phrase
- Requires Python
- Windows
- MacOSX
- Linux
import ocrseedswipeocr = ocrseedswipe.OCRSeedSwipe()seed = ocr.scan("<image filename>")
- Run
python -m pytest <test file> - WARNING: Do not use the example seed phrases shown in the unit tests. Anyone could steal your coins!