Skip to content

Releases: GrolauxDonatien/easyOMR

1.0.61

29 Jun 15:22
Compare
Choose a tag to compare

Bugfixes

opencv4nodejs5.6.0

27 Apr 09:30
486da9d
Compare
Choose a tag to compare

This is not a proper release of easyOMR, it just helps setting up the development environment if you want to work on the source code.

As Electron uses a different ABI version than regular node, opencv needs to be recompiled. However, the recompilation tool for Electron is slightly different than the one used by node itself, which causes trouble when compiling opencv and can only be fixed by editing the source code. This release is a pre-compiled version for Electron 17.0.1, which can be unzip into the node_modules folder directly. After running npm i, the source project should be set up correctly.