Subject: [android-developers] Re: OCR on Android? - msg#04269
List: AndroidDevelopers
jonathan wrote:
>
are there any libraries on G1 Android that supports OCR(Optical
>
character recognition)?
ABBYY has one, though it is not cheap.
--
Mark Murphy (a Commons Guy)
http://commonsware.com |
http://twitter.com/commonsguy
Android App Developer Books:
http://commonsware.com/books.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
[android-developers] Re: Slow searching in large sqlite database ?
sasq wrote:
> I have a large(ish) database - around 30MB, created offline with
> 400,000 rows.
> Doing a simple select (name LIKE pattern%) and then showing the query
> in a listview takes about 10 seconds. I tried indexing that field but
> no difference.
LIKE usually involves a table scan, which will take a long time.
> If this is normal I will just use a raw data file and do a binary
> search myself.
Or, find a way to avoid the LIKE, such as holding a separate indexed
column for the prefix.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android App Developer Books: http://commonsware.com/books.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Date:
click to view message preview
[android-developers] Re: MediaPlayer sluggish to play sounds
Baratong wrote:
> I actually tried that one first and found the soundpool to be a little
> less than ready for primetime... it didn't work reliably in my testing
> and even crashed from time to time. After that I went back to trying
> to solve the MediaPlayer audio system wake-up issue. I'm building
> under the Android 1.1 as I wanted my app to work on the widest
> possibly pool of phones in the field. Is soundpool more reliable under
> 1.5?
Reportedly, yes.
--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy
Android App Developer Books: http://commonsware.com/books.html
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Previous Message by Thread:
click to view message preview
[android-developers] OCR on Android?
are there any libraries on G1 Android that supports OCR(Optical
character recognition)?
thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---
Next Message by Thread:
click to view message preview
[android-developers] Receive value from servlet
Hi to all...
Can any one help me that how can i receive value from the
servlet to my andriod application... I am developing simple
application.. In Sockets there is some problems.
Thank You
Nithin N V
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@xxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
android-developers-unsubscribe@xxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---