[android-developers] Re: android for OCR library?

2010-11-23 Thread ko5tik
There was direct download link with barcode - but it crashed on attempt to install on 2.1 I got good recognition results with invariant moments, and they are easy to compute (and pretty straightforward), but interpretation if results and matching to actual characters requires additional

Re: [android-developers] Re: android for OCR library?

2010-11-22 Thread Ray da Costa
Regards The cool, but runs on android? Have you ever done anything to Andoid this api? 2010/11/21 JP joachim.pfeif...@gmail.com Assembly required. On Nov 21, 4:34 am, ko5tik kpriblo...@yahoo.com wrote: On Nov 20, 8:36 pm, JP joachim.pfeif...@gmail.com wrote: The Tessaract OCR

Re: [android-developers] Re: android for OCR library?

2010-11-22 Thread Ray da Costa
How to proceed to install the HTC 1.6? 2010/11/22 Ray da Costa raydaco...@gmail.com Regards The cool, but runs on android? Have you ever done anything to Andoid this api? 2010/11/21 JP joachim.pfeif...@gmail.com Assembly required. On Nov 21, 4:34 am, ko5tik kpriblo...@yahoo.com wrote:

[android-developers] Re: android for OCR library?

2010-11-22 Thread JP
See if you can find the Mezzonfanti app somewhere. I've tried it out last year, it ran just fine. Unless unpublished, it should still be in the Market. I experimented with Tessaract OCR on a client project some three months ago, but they put a stop on it before I could finish it. At any rate,

[android-developers] Re: android for OCR library?

2010-11-21 Thread ko5tik
On Nov 20, 8:36 pm, JP joachim.pfeif...@gmail.com wrote: The Tessaract OCR engine:http://code.google.com/p/tesseract-ocr/ has been integrated in Android. Here's a writeup by a team that's gotten it to work:http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-reco... Could not

[android-developers] Re: android for OCR library?

2010-11-21 Thread JP
Assembly required. On Nov 21, 4:34 am, ko5tik kpriblo...@yahoo.com wrote: On Nov 20, 8:36 pm, JP joachim.pfeif...@gmail.com wrote: The Tessaract OCR engine:http://code.google.com/p/tesseract-ocr/ has been integrated in Android. Here's a writeup by a team that's gotten it to

[android-developers] Re: android for OCR library?

2010-11-20 Thread ko5tik
On Nov 19, 10:04 am, Ray da Costa raydaco...@gmail.com wrote: Please inform anyone know if there is an android for OCR library? We are working on it here: http://sf.net/projects/javaocr/ Core with basic image processing stuff is ready, invariant moments plugin also works. Help is welcome.

[android-developers] Re: android for OCR library?

2010-11-20 Thread JP
The Tessaract OCR engine: http://code.google.com/p/tesseract-ocr/ has been integrated in Android. Here's a writeup by a team that's gotten it to work: http://www.itwizard.ro/mezzofanti-augmented-reality-through-text-recognition-146.html On Nov 19, 1:04 am, Ray da Costa raydaco...@gmail.com