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
- Npm => 6.7
Unable to install this package getting the following errors during build:
- Error LNK2019: unresolved external symbol "public: __cdecl tesseract::TessBaseAPI::TessBaseAPI(void)"
- fatal error LNK1120: 7 unresolved externals [C:\Users\MyUserName\Documents\project\node_modules\node-native-ocr\build\node-native-ocr.vcxproj]
See attached screenshots for reference


