|
|
@@ -16,8 +16,23 @@
|
|
|
</description>
|
|
|
|
|
|
<dependencies>
|
|
|
+ <!-- chatGPT -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.github.plexpt</groupId>
|
|
|
+ <artifactId>chatgpt</artifactId>
|
|
|
+ <version>4.0.7</version>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
<!--PDF转WORD-->
|
|
|
<dependency>
|
|
|
+ <groupId>com.arcsoft</groupId>
|
|
|
+ <artifactId>arcsoft-sdk-face</artifactId>
|
|
|
+ <version>4.1.1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${project.basedir}/lib/arcsoft-sdk-face-4.1.1.0.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <!--人脸识别-->
|
|
|
+ <dependency>
|
|
|
<groupId>com.aspose</groupId>
|
|
|
<artifactId>aspose-pdf</artifactId>
|
|
|
<version>22.4</version>
|