node-native-ocr icon indicating copy to clipboard operation
node-native-ocr copied to clipboard

Results 8 node-native-ocr issues
Sort by recently updated
recently updated
newest added

Package.json uses dist/index.d.ts path, but it is not actually included in the published package ``` { "name": "node-native-ocr", "version": "0.3.9", "description": "Native Node.js bindings for the Tesseract OCR project.", "gypfile":...

Due to [__non_webpack_require__ at index.js:11](https://github.com/stoefln/node-native-ocr/blob/main/src/index.js#L11), there is a hard dependency on Webpack if you are attempting to use `node-native-ocr` with Electron. In my scenario, I am using [Vite](https://vitejs.dev/) which uses...

essentially, is there a way to hide this?

Upon installing `node-native-ocr` with `npm install node-native-ocr`, I was faced with the following error: ``` Error: Cannot find module 'shelljs' ``` This prevents `node-native-ocr` from properly installing and being added...

Full log: ``` (base) PS D:\code\repeato-studio> npm i --save node-native-ocr > [email protected] install D:\code\repeato-studio\node_modules\node-native-ocr > npm run build-tesseract && node-gyp rebuild > [email protected] build-tesseract D:\code\repeato-studio\node_modules\node-native-ocr > node ./scripts/build-tesseract build-tesseract script...

node -v v14.18.1 node-gyp -v v5.1.0 ```C:\Users\steph\repeato-studio\node_modules\node-native-ocr\tesseract\src\ccstruct\points.h(98,24): warning C4244: 'return': conversion from 'double' to 'float', possible loss of data [C:\Users\steph\repeato-studio\node_modules\node-native-ocr\tesseract\build\tesseract.vcxproj] tesseract.vcxproj -> C:\Users\steph\repeato-studio\node_modules\node-native-ocr\tesseract\build\bin\Release\tesseract.exe Building Custom Rule C:/Users/steph/repeato-studio/node_modules/node-native-ocr/tesseract/CMakeLists.txt Installing a Release...

**Environment:** - Python => 3.9 - Node => 11.15 (Also tried using 14) - Node-Gyp => 8.2 (Globally installed) - But in error I can see => node-gyp -v v3.8.0...

When trying to install under Windows I got stuck several times. There seem to be unmet dependencies around Visual Studio, Microsoft Build Tools and node-gyp. However, I could not set...