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)