Development of the ocr part of AOI
Samo Penic
2018-11-16 511c2e7452a37fd32e7e7e1b83d46277ea57b6e3
1
2
3
4
5
6
7
8
9
10
11
12
from Ocr import Paper
 
 
#p=Paper(filename='testpage300dpi_scan1.png')
p=Paper(filename='sizif111.tif')
print(p.QRData)
print(p.errors)
 
print(p.getSkewAngle())
print(p.locateUpMarkers())
print(p.locateRightMarkers())
print(p.answerMatrix)