Commit 8ac92461 authored by Sergey Luzyanin's avatar Sergey Luzyanin

ocr plugin

parent 7111d0b5
......@@ -546,6 +546,34 @@ function TEST_PLUGINS()
"buttons" : []
}
]
},
{
"name" : "ocr(Tesseract.js)",
"guid" : "asc.{440EBF13-9B19-4BD8-8621-05200E58140B}",
"baseUrl" : "",
"variations" : [
{
"description" : "ocr",
"url" : "ocr/index.html",
"icons" : ["ocr/icon.png", "ocr/icon@2x.png"],
"isViewer" : false,
"EditorsSupport" : ["word"],
"isVisual" : true,
"isModal" : false,
"isInsideMode" : false,
"initDataType" : "html",
"initData" : "",
"isUpdateOleOnResize" : false,
"buttons" : [ { "text": "Insert In Document", "primary": true},
{ "text": "Cancel", "primary": false } ]
}
]
}
];
......
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