Explorar el Código

客户名单OCR识别

yuanrf hace 1 año
padre
commit
908b6510a0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      OASystem/OASystem.Api/Controllers/BaiduOCRController.cs

+ 2 - 2
OASystem/OASystem.Api/Controllers/BaiduOCRController.cs

@@ -67,12 +67,12 @@ namespace OASystem.API.Controllers
                     List<string> listNameStr = new List<string>() { "姓名", "name", "姓 名" };
                     List<string> listSexStr = new List<string>() { "性别", "gender", "sex" };
                     List<string> listDOBStr = new List<string>() { "D.O.B", "出生年月", "生日", "出生日期" };
-                    List<string> listIdCard = new List<string>() { "身份证号码", "身份证" };
+                    List<string> listIdCard = new List<string>() { "身份证号码", "身份证", "身份证号" };
                     List<string> listOrganizationStr = new List<string>() { "工作单位", "organization", "单位"};
                     List<string> listJobStr = new List<string>() { "职务", "title", "职位", "所在单位及职务" , "单位及职务" };
                     List<string> listMobileStr = new List<string>() { "联系电话", "mobile" };
                     List<string> listAgeStr = new List<string>() { "年龄", "age" };
-                    List<string> listBeiZhu = new List<string>() { "备注" };
+                    List<string> listBeiZhu = new List<string>() { "备注", "本团职务" };
 
                     for (int i = 0; i < headerList.Count; i++)
                     {