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