From 9c222b2a0b151e7219e30f0145aa92872890d838 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 21 Nov 2018 18:48:59 +0000
Subject: [PATCH] Fixes in qr code, in sid third algoritm in answer matrix finding locations...
---
aoiOcr.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/aoiOcr.py b/aoiOcr.py
index 295faa4..eff067f 100644
--- a/aoiOcr.py
+++ b/aoiOcr.py
@@ -6,7 +6,7 @@
from glob import glob
-settings = {"sid_mask": "64xx0xxx", "answer_threshold": 0.25}
+settings = {"sid_mask": "11x0xxxx", "answer_threshold": 0.25}
classifier = joblib.load(filepath)
#p = Paper(filename="testpage300dpi_scan1.png")
--
Gitblit v1.8.0