Development of the ocr part of AOI
Samo Penic
2018-11-17 c1968cec9332f11aa25c723884f7a9b407e3bdb0
aoi_ocr/sid_process.py
@@ -64,7 +64,7 @@
    sid_no = ""
    image=find_biggest_blob(image,original_image,sid_mask)
    cv2.imwrite("sid_contour1.png",image)
    cv2.imwrite("/tmp/sid_contour1.png",image)
    im2, ctrs, hier = cv2.findContours(
        image.copy(), cv2.RETR_EXTERNAL, cv2.CHAIN_APPROX_SIMPLE
    )