forked from kkevsekk1/AutoX
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wilinz
committed
Aug 15, 2022
1 parent
8517479
commit b07aa38
Showing
9 changed files
with
161 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"abis": [ | ||
"arm64-v8a", | ||
"armeabi-v7a", | ||
"x86", | ||
"x86_64" | ||
], | ||
"assets": [ | ||
], | ||
"buildDir": "build", | ||
"build": { | ||
"build_id": null, | ||
"build_number": 0, | ||
"build_time": 0 | ||
}, | ||
"useFeatures": [], | ||
"icon": null, | ||
"ignoredDirs": [], | ||
"launchConfig": { | ||
"displaySplash": false, | ||
"hideLauncher": false, | ||
"hideLogs": false, | ||
"stableMode": false, | ||
"volumeUpcontrol": false, | ||
"permissions": [], | ||
"serviceDesc": "使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。", | ||
"splashIcon": null, | ||
"splashText": "Powered by 7zip" | ||
}, | ||
"libs": [ | ||
"libp7zip.so", | ||
"libjackpal-androidterm5.so", | ||
"libjackpal-termexec2.so" | ||
], | ||
"main": "rar解压缩.js", | ||
"name": "rar解压缩", | ||
"outputPath": null, | ||
"packageName": "com.script.p7zip", | ||
"scripts": {}, | ||
"signingConfig": { | ||
"alias": null, | ||
"keystore": null | ||
}, | ||
"sourcePath": null, | ||
"versionCode": 1, | ||
"versionName": "1.0.0" | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
5 changes: 2 additions & 3 deletions
5
...in/assets/sample/AI/PaddleOCR(自定义模型路径).js → ...dleOCR(CustomModel)/PaddleOCR(自定义模型路径).js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
app/src/main/assets/sample/PaddleOCR/PaddleOCR(CustomModel)/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"abis": [ | ||
"arm64-v8a", | ||
"armeabi-v7a", | ||
"x86", | ||
"x86_64" | ||
], | ||
"assets": [ | ||
{ | ||
"form": "models", | ||
"to": "/models" | ||
} | ||
], | ||
"buildDir": "build", | ||
"build": { | ||
"build_id": null, | ||
"build_number": 0, | ||
"build_time": 0 | ||
}, | ||
"useFeatures": [], | ||
"icon": null, | ||
"ignoredDirs": [], | ||
"launchConfig": { | ||
"displaySplash": false, | ||
"hideLauncher": false, | ||
"hideLogs": false, | ||
"stableMode": false, | ||
"volumeUpcontrol": false, | ||
"permissions": [], | ||
"serviceDesc": "使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。", | ||
"splashIcon": null, | ||
"splashText": "Powered by paddle ocr" | ||
}, | ||
"libs": [ | ||
"libc++_shared.so", | ||
"libpaddle_light_api_shared.so", | ||
"libhiai.so", | ||
"libhiai_ir.so", | ||
"libhiai_ir_build.so", | ||
"libNative.so", | ||
"libjackpal-androidterm5.so", | ||
"libjackpal-termexec2.so" | ||
], | ||
"main": "PaddleOCR(自定义模型路径).js", | ||
"name": "PaddleOCR(自定义模型路径)", | ||
"outputPath": null, | ||
"packageName": "com.script.paddleocr.custommodel", | ||
"scripts": {}, | ||
"signingConfig": { | ||
"alias": null, | ||
"keystore": null | ||
}, | ||
"sourcePath": null, | ||
"versionCode": 1, | ||
"versionName": "1.0.0" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
56 changes: 56 additions & 0 deletions
56
app/src/main/assets/sample/PaddleOCR/PaddleOCR/project.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"abis": [ | ||
"arm64-v8a", | ||
"armeabi-v7a", | ||
"x86", | ||
"x86_64" | ||
], | ||
"assets": [ | ||
{ | ||
"form": "file:///android_asset/models", | ||
"to": "/models" | ||
} | ||
], | ||
"buildDir": "build", | ||
"build": { | ||
"build_id": null, | ||
"build_number": 0, | ||
"build_time": 0 | ||
}, | ||
"useFeatures": [], | ||
"icon": null, | ||
"ignoredDirs": [], | ||
"launchConfig": { | ||
"displaySplash": false, | ||
"hideLauncher": false, | ||
"hideLogs": false, | ||
"stableMode": false, | ||
"volumeUpcontrol": false, | ||
"permissions": [], | ||
"serviceDesc": "使脚本自动操作(点击、长按、滑动等)所需,若关闭则只能执行不涉及自动操作的脚本。", | ||
"splashIcon": null, | ||
"splashText": "Powered by paddle ocr" | ||
}, | ||
"libs": [ | ||
"libc++_shared.so", | ||
"libpaddle_light_api_shared.so", | ||
"libhiai.so", | ||
"libhiai_ir.so", | ||
"libhiai_ir_build.so", | ||
"libNative.so", | ||
"libjackpal-androidterm5.so", | ||
"libjackpal-termexec2.so" | ||
], | ||
"main": "PaddleOCR.js", | ||
"name": "PaddleOCR", | ||
"outputPath": null, | ||
"packageName": "com.script.paddleocr", | ||
"scripts": {}, | ||
"signingConfig": { | ||
"alias": null, | ||
"keystore": null | ||
}, | ||
"sourcePath": null, | ||
"versionCode": 1, | ||
"versionName": "1.0.0" | ||
} |