Ocr.py
@@ -1,4 +1,5 @@ from pyzbar.pyzbar import decode from sid_process import enhanceSID import cv2 import numpy as np import math @@ -210,3 +211,7 @@ black = totpx - cv2.countNonZero(roi) oneline.append(black / totpx) self.answerMatrix.append(oneline) def get_enhanced_sid(self): es= enhanceSID(self.img[int(0.04*self.imgHeight):int(0.08*self.imgHeight), int(0.7*self.imgWidth):int(0.99*self.imgWidth)]) cv2.imwrite("enhancedSID.png",es)