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