Development of the ocr part of AOI
Samo Penic
2018-11-16 9efc18e0eed88475c205abf9fc564ee0f5c73cb6
aoiOcr.py
@@ -1,8 +1,8 @@
from Ocr import Paper
p=Paper(filename='testpage250dpi1.png')
#p=Paper(filename='sizif111.tif')
#p=Paper(filename='testpage300dpi_scan1.png')
p=Paper(filename='sizif111.tif')
print(p.QRData)
print(p.errors)
@@ -10,3 +10,4 @@
print(p.locateUpMarkers())
print(p.locateRightMarkers())
print(p.answerMatrix)
p.get_enhanced_sid()