|
@@ -40,7 +40,7 @@ class TestOcr(unittest.TestCase):
|
|
|
|
|
|
def test_schoolcert(self):
|
|
|
image_path = './image/schoolcert.jpg'
|
|
|
- suffix = '/schoolcert'
|
|
|
+ suffix = '/xxw/schoolcert'
|
|
|
self._helper(image_path, suffix)
|
|
|
|
|
|
|
|
@@ -79,11 +79,12 @@ class TestSbOcr(unittest.TestCase):
|
|
|
self._helper1(image_path, suffix)
|
|
|
|
|
|
def test_regbook(self):
|
|
|
+ # 暂未开通
|
|
|
image_path = './image/regbook.jpg'
|
|
|
suffix = '/hkbsb/regbook'
|
|
|
self._helper1(image_path, suffix)
|
|
|
|
|
|
def test_schoolcert(self):
|
|
|
image_path = './image/schoolcert.jpg'
|
|
|
- suffix = '/schoolcert'
|
|
|
+ suffix = '/xxw/schoolcert'
|
|
|
self._helper1(image_path, suffix)
|