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