@@ -24,7 +24,6 @@ class TestOcr(unittest.TestCase):
def test_bank(self):
image_path = './image/bankcard.jpg'
suffix = '/yhksb/bankcard' if 'sb' in envl else '/yhksbtest/bankcard'
- print(suffix)
self._helper(image_path, suffix)
def test_idcard(self):