![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: Having problems with Image::OCR::Tesseract perl module installation on fedora 10.by ajinkyagadewar (Novice) |
on Apr 12, 2012 at 06:07 UTC ( #964703=note: print w/replies, xml ) | Need Help?? |
I recently worked on extraction of text from images in perl using tesseract.
Below is the approach I followed and worked well for me: 1. Download executable of tessract-OCR. Best way to do that is using SVN link for download. Need to follow all steps in SVN link 2. It also has dependency on Leptonica 3. Once everything goes well install 'Image::OCR::Tesseract' from CPAN. If 1 and 2 works fine, all tests should pass and the installation should be successful. Let me know if this works for you.
In Section
Seekers of Perl Wisdom
|
|