Development of the ocr part of AOI
Samo Penic
2018-11-16 5cb7c1dba78b025ff333a202b27f04a2230c9da9
aoiOcr.py
@@ -2,12 +2,12 @@
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)