| | |
| | | from sklearn.externals import joblib |
| | | |
| | | |
| | | settings = {"sid_mask": "11xx0xxx", "answer_treshold": 0.25} |
| | | settings = {"sid_mask": "61xx0xxx", "answer_treshold": 0.25} |
| | | classifier = joblib.load("filename.joblib") |
| | | |
| | | #p = Paper(filename="testpage300dpi_scan1.png") |
| | | p=Paper(filename='sizif111.tif', sid_classifier=classifier, settings=settings) |
| | | # p=Paper(filename='processed_scans/20141016095134535_0028.tif') |
| | | #p=Paper(filename='sizif111.tif', sid_classifier=classifier, settings=settings) |
| | | p=Paper(filename='processed_scans/20141016095134535_0006.tif', sid_classifier=classifier, settings=settings) |
| | | |
| | | # print(p.QRData) |
| | | # print(p.errors) |