feat: 优化的票扫描接口
This commit is contained in:
@@ -109,5 +109,31 @@
|
||||
<artifactId>tencentcloud-sdk-java-asr</artifactId>
|
||||
<version>3.1.1083</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/ai.djl/api -->
|
||||
<dependency>
|
||||
<groupId>ai.djl</groupId>
|
||||
<artifactId>api</artifactId>
|
||||
<version>0.29.0</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-model-zoo -->
|
||||
<dependency>
|
||||
<groupId>ai.djl.pytorch</groupId>
|
||||
<artifactId>pytorch-model-zoo</artifactId>
|
||||
<version>0.29.0</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-engine -->
|
||||
<dependency>
|
||||
<groupId>ai.djl.pytorch</groupId>
|
||||
<artifactId>pytorch-engine</artifactId>
|
||||
<version>0.29.0</version>
|
||||
</dependency>
|
||||
<!-- https://mvnrepository.com/artifact/ai.djl.pytorch/pytorch-native-auto -->
|
||||
<dependency>
|
||||
<groupId>ai.djl.pytorch</groupId>
|
||||
<artifactId>pytorch-native-auto</artifactId>
|
||||
<version>1.9.1</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
Reference in New Issue
Block a user