|
@@ -46,7 +46,7 @@ CET_CONFIGS = {
|
|
|
# regbook
|
|
|
regbook_local_config = RequestConfig(url='http://192.168.199.27:18040/ocr_system/regbook', token='')
|
|
|
regbook_TXtest_config = RequestConfig(
|
|
|
- url='http://aihubtest.digitalyili.com/aiSquare/openApi/reasoning-services/rlocrxm//hkbsbtest/regbook',
|
|
|
+ url='http://aihubtest.digitalyili.com/aiSquare/openApi/reasoning-services/rlocrxm/hkbsbtest/regbook',
|
|
|
token='8ae1e5f1-1337-4f22-8d46-ff4c110d68fd')
|
|
|
regbook_TXsb_config = RequestConfig(
|
|
|
url='http://aihub.digitalyili.com/aiSquare/openApi/reasoning-services/rlocrxm/hkbsb/regbook',
|
|
@@ -97,11 +97,15 @@ OCR_CONFIGS = {
|
|
|
|
|
|
# 字段
|
|
|
cet_field = ['orientation', 'name', 'id', 'language', 'level', 'exam_time', 'score']
|
|
|
-regbook_field = ['orientation', 'name', 'id', 'gender', 'birthplace', 'birthplace_province', 'birthplace_city',
|
|
|
+regbook_field = ['orientation', 'type', 'address', 'address_province', 'address_city', 'address_region',
|
|
|
+ 'address_detail', 'name', 'id', 'gender', 'birthplace', 'birthplace_province', 'birthplace_city',
|
|
|
'birthplace_region', 'native_place', 'native_place_province', 'native_place_city',
|
|
|
'native_place_region', 'blood_type', 'religion']
|
|
|
+
|
|
|
business_license = ['orientation', 'social_code', 'company_name', 'legal_person', 'registered_capital', 'type',
|
|
|
'start_date', 'business_scope', 'expire_date', 'address', 'stamp']
|
|
|
+# business_license = ['orientation', 'social_code', 'company_name', 'legal_person', 'registered_capital', 'type',
|
|
|
+# 'start_date', 'business_scope', 'expire_date', 'address']
|
|
|
Filed = {
|
|
|
'cet': cet_field,
|
|
|
'regbook': regbook_field,
|