简历读取基础逻辑添加以及用户语音配置信息字段添加

This commit is contained in:
2025-11-04 19:47:20 +08:00
parent 1e67460f0a
commit 86e2fe238b
18 changed files with 1323 additions and 6 deletions

View File

@@ -184,6 +184,31 @@
<artifactId>twilio</artifactId>
</dependency>
<dependency>
<groupId>net.sourceforge.tess4j</groupId>
<artifactId>tess4j</artifactId>
</dependency>
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
<!-- Apache POI HWPF -->
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
</dependency>
<!-- Maven -->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
</dependency>
</dependencies>