Android :: Translate Picture To Text?
May 25, 2010
I know that google goggles will translate a picture to text. What I want to do is allow the user to take a picture (no problem), translate that picture to text(?) and then do some processing on the text (no problem). Is there any API on android that allows this? or is there any way to programtically communicate with google goggles? I would hate to have the user use goggles then select the saved file with my app.....
View 2 Replies
Jul 20, 2013
the picture is from a phone i wished i never bought, i loaded 3D chainfire onto it and now it wont boot. i managed to boot into the recovery menu but its in Chinese i think...
as im going to get a copy of the rom from a friend that also got one of these on a business trip and hopefully get it working.the phone is rooted, but stuck at the samsung logo.big lesson learnt, im going to renew my contract in two months and get a proper one...
View 2 Replies
View Related
Jul 28, 2010
Installed Google translate and it prompted me to install TTS (Text to speech extended) Clicked on it and takes me to market place.However, It says app not found Searched for the add on, on Appbrain...and again, tried to install it on phone but again it says not found.
View 6 Replies
View Related
Jan 5, 2012
I have an app with spanish text and I would like to have it in multi languages.When I detect the phone language with
Locale.getDefault().getDisplayLanguage();
I want to translate all text to that language.Is it possible?
View 3 Replies
View Related
Nov 9, 2010
Looking for an app where I can take a pic (got the droid x 8MP camera) and want to take pic of a text document and have it convert the text to a text file?
View 3 Replies
View Related
Apr 2, 2013
app that could copy text from picture and then make it to text file or copy it to clipboard? GT-I9300
View 8 Replies
View Related
Jun 14, 2010
I thought evernote could do it but i can't seem to find the option. Looking for something that can take a picture and then format it to a text file, maybe even take a pic of a business card and save it as text as well.
View 3 Replies
View Related
Jun 7, 2010
I need to locate text on view as showed on the picture:
text 'Some more text' should be located in bottom|center_horizontal
text 'Short text' should be located on with align right, but about 10% from the top of the screen
text 'x.x.x.x' should be aligned to the center of the screen (right/bottom align of the 1st quater)
text 'Some long text ..' should be aligned to the top/left of the 3-rd quater of the screen, but it should cross the center_horizontal of the screen
eh ... something like this .. I hope, you're understand me
http://www.freeimagehosting.net/image.php?ca27bc012e.png
View 2 Replies
View Related
May 10, 2010
When you text you have the option to have a picture next to each persons name, how do you get a picture in the text that says "me". i can get my friends photos in by cant set one for myself?
View 3 Replies
View Related
Aug 21, 2010
I use translate move image from top to bottom,but translate finish image jump to image initial position.I don't know why,I want move image from A to B,finsih this image stay B.
View 5 Replies
View Related
Jul 21, 2010
When ever I get a mms picture text, I get a download failure and then a transient failure only when i'm using wifi. I have to turn wifi off and it still won't download for a while after numerious tries.
Anyone experience this problem?
View 8 Replies
View Related
Nov 1, 2011
I read that I have to hold down on the image until the menu bar pops up. The problem is that when I do that, I doesn't pop up at all!! So is there no way to save it then? I have the first DROID and the pictures were sent to me from a DROID Bionic. Would that have any negative effect seeing as it's newer than my phone? I used to be able to save images when it was sent from an earlier model like mine but now I am having issues.
View 2 Replies
View Related
Aug 21, 2010
I have a few strings which I need to translate and display.Those strings are in variables. I have the translation in the strings.xml file.
View 1 Replies
View Related
Nov 11, 2010
I require an animation for an image in my application.The image should start coming from the top left corner till the middle of screen. The image size will be smaller at the initial stage. While coming to the middle of the screen, its size should increase(i.e. scaling should take place). Image should not go back to its original position. It should be placed at the middle of the screen itself after the animation.
View 1 Replies
View Related
Jul 19, 2010
I m really very fed up coding translate animation. actually my image is moving from one position to another but it is coming back to its actual position. can any body here provide me the code to move image from one position to another position without coming back.
View 2 Replies
View Related
Oct 5, 2013
i just want to ask how to translate android's APK file.
i was tring with decompile and editing res/values --> string and array file but why after im recompiling back shown error ?
i need to translate some apk from other language.
View 2 Replies
View Related
Apr 6, 2010
I spoke to the sprint customer service today and ask Why i was not receiving picture text on my phone anymore. He said that on april 9, 2010 the new 2.1 will be able to fix the problem.
View 49 Replies
View Related
Sep 10, 2010
How can I save a picture that was sent to me via text message?
View 3 Replies
View Related
Mar 29, 2014
When I use whatsapp to send a picture,as I select it,from my gallery,and it asks me if I want to send it to my chosen contact and I say yes,it then sends the picture before I can add any text with it.So the recipient ends up getting two messages from me,the picture and then the the text.My phone is Motorola MotoG with KitKat4.4.2,if that makes any difference?
View 2 Replies
View Related
Jan 22, 2009
to dear all Android developers, I need to know the UTC bias of my phone to correct the UTC time information I got from a site. I have read earlier posts and already found the solution to get TimeZone information from the "System.currentTimeMillis();" method. However, I need to translate the TimeZone (as like, "Asia/Taipei") to the UTC bias that it has to be (as like, "UTC+8" or other formats). Does anyone know the actual API solution? I have surveyed android.util.TimeUtils and found nothing to do this. The worst solution may I have is to build a "TimeZone/UTC" database table to translate this..
View 3 Replies
View Related
Aug 1, 2009
I have a small problems with animations. I have a custom View Group inside of a Frame Layout. I'm animating one of the children of my custom View Group with a Translate Animation. The problem is that the View that I'm animating leaves traces, so it's like the entire screen isn't redrawn during the animation. What could be the problem?
View 2 Replies
View Related
Nov 1, 2010
I want to move an image from 0,0 to 100,100 on android.The problem is when the animation finishes at 100,100, the image will move to 200,200 for a short time and back to 100,100 in the end. Is there any problem in my code? How to let the image stop at 100,100 correctly?
View 1 Replies
View Related
Aug 18, 2010
I have a simple translate tween that moves an object up 200 pixels. As soon as it's finished moving, it always bounces back to its original state and I don't want that.I want it to stay where I moved it.I know this is should be an obvious solution, but I can't find the method/property anywhere to make it just stop and not reset.
View 1 Replies
View Related
Nov 23, 2009
Can anyone help me? I need to save a picture from a text message that was sent to me but it won't let me.
View 8 Replies
View Related
Jun 22, 2010
however I have never dl'd quick settings. Second was an HTC bug that was being worked on. Can anyone confirm any of this, and if they have had picture txt problems is there a fix other than factory reset?
View 11 Replies
View Related
Nov 6, 2009
I cant believe its that hard, why cant I figure it out
View 18 Replies
View Related
Nov 23, 2009
Took update and all is well, however i now notice if i want to attach a pic to my text the app says too big to send. I looked in setting seems there is a 1 meg limit. Handcent would autosize the pic so I could send. So my question is can I change the setting in the native app or just revert back to handcent.
View 1 Replies
View Related
Feb 1, 2010
If someone sends you a picture through a text message, how can you save it to your SD card?
View 2 Replies
View Related
Oct 17, 2010
When using just wifi how to open a picture that sent in a text message. It says downloading and doesn't do anything. Also I'm with att.
View 2 Replies
View Related
Aug 22, 2010
Anyone know how to save a picture that has been sent to you via a text message? If you view the picture and touch the screen, the only option is to save it as wall paper or use as a contact picture?
View 4 Replies
View Related