File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.luooqi</groupId >
8
8
<artifactId >tools-ocr</artifactId >
9
- <version >1 .2.7 </version >
9
+ <version >2 .2.8 </version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<main .class>com.luooqi.ocr.MainFm</main .class>
17
17
<lombok .version>1.18.20</lombok .version>
18
18
<logback .version>1.2.3</logback .version>
19
- <djl .version>0.22.1 </djl .version>
19
+ <djl .version>0.25.0 </djl .version>
20
20
</properties >
21
21
22
22
<dependencies >
94
94
<scope >test</scope >
95
95
</dependency >
96
96
97
+ <!-- windows gpu-->
98
+ <!-- <dependency>-->
99
+ <!-- <groupId>ai.djl.pytorch</groupId>-->
100
+ <!-- <artifactId>pytorch-native-cu117</artifactId>-->
101
+ <!-- <classifier>win-x86_64</classifier>-->
102
+ <!-- <version>1.13.0</version>-->
103
+ <!-- <scope>runtime</scope>-->
104
+ <!-- </dependency>-->
105
+ <!-- <dependency>-->
106
+ <!-- <groupId>ai.djl.pytorch</groupId>-->
107
+ <!-- <artifactId>pytorch-jni</artifactId>-->
108
+ <!-- <version>1.13.0-0.20.0</version>-->
109
+ <!-- <scope>runtime</scope>-->
110
+ <!-- </dependency>-->
111
+
97
112
</dependencies >
98
113
<build >
99
114
<plugins >
130
145
<copyright >luooqi@2020</copyright >
131
146
<installdirChooser >true</installdirChooser >
132
147
</bundleArguments >
133
- <nativeReleaseVersion >${soft .version} </nativeReleaseVersion >
134
- <!-- < additionalAppResources>${project.basedir}/ocr/ models</additionalAppResources> -- >
148
+ <nativeReleaseVersion >${project .version} </nativeReleaseVersion >
149
+ <additionalAppResources >${project.basedir} /models</additionalAppResources >
135
150
</configuration >
136
151
</plugin >
137
152
</plugins >
You can’t perform that action at this time.
0 commit comments