Top "Text-recognition" questions

C/C++/Objective-C text recognition library

Does anyone know of any free/open-source text recognition libraries in C/C++/Objective-C? Basically something that can scan an …

c++ c objective-c text-recognition
Which library to use to extract text from images?

I am writing a program that when given an image of a low level math problem (e.g. 98*13) should be …

c# ocr text-recognition
Can we use Yolo to detect and recognize text in a image

Currently I am using a deep learing model which is called "Yolov2" for object detection, and I want to use …

tensorflow deep-learning text-recognition
Google Mobile Vision library not downloading

I am trying to implement the Google Mobile Vision TextRecogniser API into my app, to read text off a given …

android ocr android-vision text-recognition
TensorFlow - Text recognition in image

I am new to TensorFlow and to Deep Learning. I am trying to recognize text in naturel scene images. I …

python tensorflow deep-learning text-recognition
Google Mobile Vision Text API Example

I am currently writing code that should be able to view a picture of text and then extract the text …

android android-vision text-recognition
JavaScript text recognition and OCR on <canvas>

I found a web application that recognizes handwritten math equations: http://webdemo.visionobjects.com/equation.html?locale=default I would …

javascript html5-canvas ocr text-recognition
Recognizing text from a picture in delphi

i need an advice on how to approach this problem. I have some picture data: *.jpg, *.bmp ... and i need …

delphi ocr delphi-2009 image-recognition text-recognition
How can I implement text recognition on an iOS app?

I'm new to iOS development and I'm trying to make an app that, using the iPhone's camera, recognizes a string …

ios iphone image-processing image-recognition text-recognition