Browse Source

add title

yuanrf 1 week ago
parent
commit
a55a74eaad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      OASystem/OASystem.Api/Controllers/BaiduOCRController.cs

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

@@ -61,9 +61,9 @@ namespace OASystem.API.Controllers
                     Dictionary<int, string> dicHeader = new Dictionary<int, string>();
                     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> listDOBStr = new List<string>() { "D.O.B", "出生年月", "生日", "出生日期", "出生年月日" };
                     List<string> listIdCard = new List<string>() { "身份证号码", "身份证", "身份证号" };
-                    List<string> listOrganizationStr = new List<string>() { "工作单位", "organization", "单位" };
+                    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" };