PHP Classes
elePHPant
Icontem

What is the best PHP ocr class?: I read a TIFF document image to transform into an editable text

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  All requests RSS feed  >  What is the best PHP ocr class?  >  Request new recommendation  >  A request is featured when there is no good recommended package on the site when it is posted. Featured requests  >  No recommendations No recommendations  

What is the best PHP ocr class?

Edit

Picture of Pedro Andreu Rico by Pedro Andreu Rico - 1 year ago (2014-12-03)

I read a TIFF document image to transform into an editable text

This request is clear and relevant.
This request is not clear or is not relevant.

+1

I need one class for optical recognition of characters from an image file to convert into a text file.

Ask clarification

1 Recommendation

phpOCR: Recognize text & objects in graphical images

This recommendation solves the problem.
This recommendation does not solve the problem.

0

Picture of Manuel Lemos by Manuel Lemos Reputation 11100 - 1 year ago (2014-12-03) Comment

This is not a trivial problem but there is a package for that.

It can train the recognition engine with images of existing letters. Once the training is done it can start recognizing text in the pictures.

It is not limited to the letters provided for training. So you can improve the recognition capabilities adding more pictures of other letters you want it to recognize.

It just seems to not be able to take TIFF images as input format, but you can convert the TIFF images to PNG format.

  • 1 Comment
  • 1. Picture of wenbuyi by wenbuyi - 3 months ago (2015-11-13) Reply

    maybe the tesseract ocr engine can help you to recognize characters from images. tesseract have php wrapper, so you can use it in php class. there is a free online ocr online-code.net/ocr.html using tesseract, you can have a try.


Recommend package
: 
: