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