From 5cb7c1dba78b025ff333a202b27f04a2230c9da9 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Fri, 16 Nov 2018 21:12:32 +0000
Subject: [PATCH] recognition is a bit more robust....

---
 aoiOcr.py |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/aoiOcr.py b/aoiOcr.py
index 74e4fdb..41b45f0 100644
--- a/aoiOcr.py
+++ b/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)

--
Gitblit v1.9.3