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*
/data
/output
/config.yaml
\ No newline at end of file
/config.yaml
/eng.traineddata
......@@ -17,3 +17,4 @@ Dockerfile
/.eslint*
.*ignore
.prettierrc*
/eng.traineddata
......@@ -26,6 +26,10 @@ app.plugin(DatabasePlugin);
app.plugin(ExtrasInDev);
// Target plugin
app.plugin(TargetPlugin, { attackTimeout: 120000 });
app.plugin(TargetPlugin, {
attackTimeout: 120000,
ocr: true,
ocrExtraOptions: { langPath: './dev/lang-data' },
});
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