How can I use Google docs OCR api in Android? - java

I want to use Google Docs API for OCR in my Android application. But I could not find any useful tutorial/code example. Any link/example/tutorial to upload image and getting text?

There is a live demo here http://googlecodesamples.com/docs/php/ocr.php
I am not sure if that will help you much, but if you do find anything, please let me know.
I'm attempting to do something similar.

Related

Google Chrome push notification - Java

I am interested to enable google push notification for my web application in Chrome. I want to use Java as primary programming language. I tried to look at many examples but I didn't get caught of any information which helps me. Can anyone please let me know how to start with?
Regards,
Rakesh
I would start by looking at the notification API. It is much simpler to use. To find examples of the I would direct you to Youtube with the exact same question. The Rich Notification is a very complex system, but google also but out a few videos on how to use them.

How to use quickblox for web

I want to use quickblox for chat. I want to use quickblox rest api. But I don't understand how can I achieve this.
I tried to follow the tutorial given in http://quickblox.com/developers/Javascript
But I am not able to understand how to configure this
Why are you not use JavaScript SDK for web?
I suggest you to use JavaScript SDK for real time chat application and documentation is also very good for JavaScript SDK
Go thought this link:"https://quickblox.com/developers/Javascript"
Hope this help you.

Playing video by streaming from kaltura in Android

Please anybody help me to play video by streaming from kaltura in android.I already tried with Webview but failed to play and the link for video is :-
http://kaltura.sine-mania.com/index.php/kwidget/cache_st/1405072601/wid/_100/uiconf_id/6709464/entry_id/0_ts1loab6
is there any alternate way please guide me.
You are using legacy embed code that only include flash embed, in order to play html5 content you need to change your embed method to auto or dynamic embed.
please look at player.kaltura.com site for more information about it.
thanks,

Using Sphinx4 on Android

I am really new to the java & android apps development. Currently I'm doing a prototype application about the voice recognition. Which use the sphinx4 speech recognition. I'm really no idea that, is that Sphinx4 can be used on the android SDK?
Using Sphinx4.0 to build a speech recog. Android application (this shows that, it can't)
https://sourceforge.net/p/cmusphinx/discussion/sphinx4/thread/ce6ee093/ (But this said it can.)
if yes, i really no idea how to make use of the sphinx4, anyone can kindly provide the guide for me to complete the prototype?
Thanks for your kindly help.
It is possible to run Sphinx4 on android, however, you need to remove sphinx4 parts that use desktop-specific java api like java sound API. You still can have the core in place and demo should work as expected.
You need to reimplement Microphone class to use android API for sound input.
For more details see the discussion about that:
https://sourceforge.net/p/cmusphinx/mailman/message/31317160/
So it is some work and it requires coding skills. If you don't have that, use pocketsphinx instead like Opiatefuchs suggests you. It's well documented approach which requires minimum efforts.
I also tried to do some App with Pocketsphinx, not Sphinx4. I think this is really not designed for android, but maybe You could get it work. But for which reason? PocketSphinx is a good designed API for including in Android. I had mad some tutorial on my website for how to get the Pocketsphinx work, I advise to stop thinking about Sphinx4 because it would be a heavy coding thing to get it work. PocketSpinx has all You need...look at my Tutorial, this is a better way:
https://sites.google.com/site/opiatefuchs/home/pocketsphinxandroiddemo
Until now I stopped working on it, but when I got time, I will start to include Pocketsphix into an apk. But this tut only shows how to get the example demo work and set up Your runtime environment to work with Pocketsphinx.

How to read a Barcode.. any particular API ? i need in the J2ME

Please suggest a API that can let me do the barcode read in mobile for J2ME..
There's a related post on doing this on Android: Using ZXing to create an android barcode scanning app
Update: As bhakki pointed out, you are asking about J2ME. The ZXing library appears to have partial support for J2ME: http://code.google.com/p/zxing/, so this other post may be of use still. Of course, this assumes you are using a mobile device with a camera
Update2: Specific J2ME code can be found in their SVN repository: http://code.google.com/p/zxing/source/browse/trunk#trunk%2Fjavame%2Fsrc%2Fcom%2Fgoogle%2Fzxing%2Fclient%2Fj2me%253Fstate%253Dclosed ... and their forums may be of use: https://groups.google.com/group/zxing/search?group=zxing&q=javame&qt_g=Search+this+group

Categories

Resources