-
-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: failed to run: pkg-config when running npm install git+https://[email protected]/danschultzer/receipt-scanner.git #62
Comments
What version of OpenCV do you have installed? |
How can I check? I think I saw something like |
The issue is in node-opencv
The reason it errors is that you are using opencv 4. node-opencv has not been updated to opencv 4. |
I ran When I try to run the
Seems like it's no longer supported in tesseract 4 and now uses I tried |
Yeah looking at https://github.com/desmondmorris/node-tesseract it doesn't support tesseract 4 yet. |
@Schultzer Seems like node-tesseract is no longer maintained, there are a few pull requests addressing this issue already: desmondmorris/node-tesseract#62 |
I applied the update as seen in desmondmorris/node-tesseract#62 in my local
Seems related to #61 |
When I run
npm install git+https://[email protected]/danschultzer/receipt-scanner.git
I get the following error:I tried re-installing and also https://stackoverflow.com/a/46743865/3163075 to no avail.
Might be related to peterbraden/node-opencv#325
The text was updated successfully, but these errors were encountered: