sdkjs-plugins
sdkjs-plugins copied to clipboard
Explicitly store tesseract.js version in file name
Currently it's pretty hard to understand which version of tesseract.js engine is used in ocr plugin. It can be found in source code (https://github.com/ONLYOFFICE/sdkjs-plugins/blob/9ea982d74032b56cf443aadf97bfaad482db9335/ocr/tesseract.js#L271) but not an easy task.
I think this problem can be solved by naming tesseract.js
file as tesseract-1.0.7.js
or somehow