is there any way to extract words from scanned images and PDF? Is there any such library for Laravel as I want to use it for laravel. I have searched a lot for that but did not found any such thing for Laravel. Please let me know if you are aware about it. Every help would be highly appreciated :-). Thanks to all of you in advance !!!!
Asked
Active
Viewed 8,672 times
3
-
You can get OCR software that allows you to read characters from scanned documents as you are scanning them, so maybe it is possible to read a file. This question may push you further along: http://stackoverflow.com/questions/14284656/free-ocr-processing-api-in-php-jquery-javascript – The Humble Rat Oct 23 '15 at 13:25
-
Hi friend, Thank you so much :-) I will check it. Thanks for your precious time – Siddharth Oct 23 '15 at 13:28
1 Answers
4
After doing some reading...
- Its possible to read text from scanned images and PDF.
- I too couldn't find libraries for image processing built for explicit use with laravel, but I did find PHP wrappers for the infamous OpenCV and TesseractOCR, maybe they'll help.
Some useful readings:
Edit:

Community
- 1
- 1
-
1
-
1Hi Friend Thanks for providing wonderful documentation, I'm gonna check this out :-) – Siddharth Oct 26 '15 at 04:57