Commit 1345f6f0 authored by nanahira's avatar nanahira

bump ocr

parent 6123a6da
Pipeline #14510 passed with stages
in 2 minutes and 17 seconds
...@@ -35,4 +35,5 @@ lerna-debug.log* ...@@ -35,4 +35,5 @@ lerna-debug.log*
/data /data
/output /output
/config.yaml /config.yaml
\ No newline at end of file /eng.traineddata
...@@ -17,3 +17,4 @@ Dockerfile ...@@ -17,3 +17,4 @@ Dockerfile
/.eslint* /.eslint*
.*ignore .*ignore
.prettierrc* .prettierrc*
/eng.traineddata
...@@ -26,6 +26,10 @@ app.plugin(DatabasePlugin); ...@@ -26,6 +26,10 @@ app.plugin(DatabasePlugin);
app.plugin(ExtrasInDev); app.plugin(ExtrasInDev);
// Target plugin // Target plugin
app.plugin(TargetPlugin, { attackTimeout: 120000 }); app.plugin(TargetPlugin, {
attackTimeout: 120000,
ocr: true,
ocrExtraOptions: { langPath: './dev/lang-data' },
});
app.start(); app.start();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment