6.7.0 - Alpha6 - Fine tuning

This commit is contained in:
SuperMonster003
2025-10-01 00:13:00 +08:00
parent 4fe314d301
commit f3e04b9ca2
165 changed files with 2356 additions and 2413 deletions

View File

@@ -22,7 +22,7 @@ public class OCRPredictorNative {
public static void loadLibrary() throws RuntimeException {
if (!isSOLoaded.get() && isSOLoaded.compareAndSet(false, true)) {
try {
// 可能和AJ中的OpenCV冲突直接初始化一遍
// 可能和 AJ 中的 OpenCV 冲突, 直接初始化一遍
OpenCVLoader.initDebug();
System.loadLibrary("Native");
} catch (Throwable e) {