|
@@ -97,10 +97,10 @@ OCR_CONFIGS = {
|
|
|
|
|
|
# 字段
|
|
|
cet_field = ['orientation', 'name', 'id', 'language', 'level', 'exam_time', 'score']
|
|
|
-regbook_field = ['orientation', 'type', 'address', 'address_province', 'address_city', 'address_region',
|
|
|
- 'address_detail', 'name', 'id', 'gender', 'birthplace', 'birthplace_province', 'birthplace_city',
|
|
|
+regbook_0_field = ['orientation', 'name', 'id', 'gender', 'birthplace', 'birthplace_province', 'birthplace_city',
|
|
|
'birthplace_region', 'native_place', 'native_place_province', 'native_place_city',
|
|
|
'native_place_region', 'blood_type', 'religion']
|
|
|
+regbook_1_field = ['orientation', 'type', 'address', 'address_province', 'address_city', 'address_region', 'address_detail']
|
|
|
|
|
|
business_license = ['orientation', 'social_code', 'company_name', 'legal_person', 'registered_capital', 'type',
|
|
|
'start_date', 'business_scope', 'expire_date', 'address', 'stamp']
|
|
@@ -108,6 +108,7 @@ business_license = ['orientation', 'social_code', 'company_name', 'legal_person'
|
|
|
# 'start_date', 'business_scope', 'expire_date', 'address']
|
|
|
Filed = {
|
|
|
'cet': cet_field,
|
|
|
- 'regbook': regbook_field,
|
|
|
+ 'regbook0': regbook_0_field,
|
|
|
+ 'regbook1': regbook_1_field,
|
|
|
'business_license': business_license
|
|
|
}
|