receipt-scanner icon indicating copy to clipboard operation
receipt-scanner copied to clipboard

Receipt scanner extracts information from your PDF or image receipts - built in NodeJS

Results 8 receipt-scanner issues
Sort by recently updated
recently updated
newest added

I've spent whole day trying to this software. I've stepped on #62 and after several hours juggling arround differend documentations and guides I did have any luck to successfully install...

When I run `npm install git+https://[email protected]/danschultzer/receipt-scanner.git` I get the following error: ```> [email protected] install /Users/brechtmissotten/Projects/personal/receipt-parser/node_modules/opencv > node-gyp rebuild /Users/brechtmissotten/Projects/personal/receipt-parser/node_modules/opencv/utils/find-opencv.js:28 throw new Error("ERROR: failed to run: pkg-config" + opencv + "...

I followed the readme instructions but got the following error after running `brew install opencv3 poppler tesseract --with-all-languages` `Error: invalid option: --with-all-languages`

This is the log: https://pastebin.com/nUiJgegZ

The plans are to use the official [OpenCV.js](https://docs.opencv.org/master/d5/d10/tutorial_js_root.html) bindings.

enhancement

I would like to see if we can increase success rate with OpenCV before releasing the next version. This will be a full 0.5.0 release. - [ ] Increase success...

This adds the missing features discussed in #30. The rotation and gradient already cause problems for OpenCV preprocessor so it might be a good idea to try to improve the...

Can this package be installed and configured in react native project?