├── .DS_Store ├── IDtesseract.py ├── README.md ├── canny.py ├── passport.py ├── passportRecognizeNew.py └── single_test.py /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/.DS_Store -------------------------------------------------------------------------------- /IDtesseract.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/IDtesseract.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/README.md -------------------------------------------------------------------------------- /canny.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/canny.py -------------------------------------------------------------------------------- /passport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/passport.py -------------------------------------------------------------------------------- /passportRecognizeNew.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/passportRecognizeNew.py -------------------------------------------------------------------------------- /single_test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iChenwin/pytesseractID/HEAD/single_test.py --------------------------------------------------------------------------------