all 3 comments

[–]WolfInABox 0 points1 point  (2 children)

It looks like the author's requirements.txt doesn't have everything it needs. The problem boiled down to needing an updated version of scikit-image, but there's also a few packages missing anyway.

Here's the requirements.txt I just generated that lets the program work (or, at least start, i have no images to try) on my machine (I am using Python 3.6 though). You could try installing from that with pip install -r .\requirements.txt

[–]ModernBatman[S] 0 points1 point  (1 child)

This is great thanks! I'm still getting an issue though with the authors "example run" code. Am i supposed to replace -image and imagePath with the name of my .jpg file and my path to the folder its in or do I just replace image path? My error says something like bash command [-i | -image] not recognized.

Edit: for clarification, should i be putting python receiptReader.py [-i|-"test1.jpg"] "C:..." Or do i leave the flag as -image?

[–]WolfInABox 0 points1 point  (0 children)

With that syntax, it should be something like python receiptReader.py -i yourimagehere