Search found 3 matches
- 2016-01-04T21:46:43-07:00
- Forum: Fred's Scripts
- Topic: Detect rectangle on the photo
- Replies: 6
- Views: 34572
Re: Detect rectangle on the photo
Thank you for clarifications. I installed ImageMagick 6.8.9 and script working without issues. Will do more tests with images and etc.
- 2016-01-04T20:55:45-07:00
- Forum: Fred's Scripts
- Topic: Detect rectangle on the photo
- Replies: 6
- Views: 34572
Re: Detect rectangle on the photo
What IM version and platform? Please read http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=9620. If you are on unix systems, then see my script unperspective and textcleaner at the link below. Hello Fred. My system is ubuntu 14.04 and my version of Imagemagick is Version: ImageMagick ...
- 2016-01-04T03:38:03-07:00
- Forum: Fred's Scripts
- Topic: Detect rectangle on the photo
- Replies: 6
- Views: 34572
Detect rectangle on the photo
I'm working on the project that should get text from user shot photos with retail receipt. Usually it is white rectangle on the various backgrounds. So, I need to do three steps: 1. Detect receipt content 2. Align the receipt, to be horizontal 3. Crop the not needed background The issue that I don't ...