how to copy text from image

December 24th, 2017

how to copy text from image when right click is not allowed in internet explorer
Please help .

Answer #1
Might help if you put more than “Please HELP” in your topic description.
Please refrain from mini-modding -
#1.2 We'd like to encourage and thank members to use the report button but not add their own criticism.

Answer #2
Not sure what you mean, but you could take a snapshot with the snipping tool??
Answer #3
one way is to copy the image, to say paintbrush, then use the edit tool to copy the text required and paste elsewhere, if this is what you mean?
Answer #4
You need OCR (Optical Character Recognition) software like ABBYY Fine Reader.
Answer #5
You can bypass right click not allowed on websites that want to prevent people from copying their precious text.
Take an existing favorites bookmark, right click on it, and add this line of code in the URL field (overwriting existing one):
javascript:/*Anti%20No%20Right%20Click.%20Copyright%20(C)%20CodeHouse.com,%202004*/function%20kill(doc){doc.onmousedown=doc.onmouseup=doc.oncontextmenu=doc.onselectstart=doc.ondragstart=function(){return%20true};if(window.releaseEvents){releaseEvents(Event.MOUSEDOWN|Event.MOUSEUP);}}onerror=function(){return%20true};kill(document);if(frames.length){for(i=0;i<frames.length;++i){kill(frames[i].document);}}else{kill(document);}
Save it and name it Right Click Enable (Right Click Enable.url). Put it in your IE favorites bookmarks.
Now, whenever you come across a website that disables right click, just click on the Right Click Enable favorites bookmark you just created and you’ll be able to right click on that website. For the websites that disable copying of text, create another favorites bookmark (as outlined above) and use this code:
javascript:void(document.onmousedown=null)
Name that Right Click Select Text Enable (Right Click Select Text Enable.url)
Answer #6
please suggest me if I can do with help of any software , NO AD ONNS or java script coding . I tryed gt text , but it is not doing well , Its getting confused in some words/ numbers and symbols , like its copying 5 to S , z to 2 like that .
I required a software which can copy exact text from Image file .
Help me its urgent .
Regards
Answer #7
Upload picture or give URL for picture. Would make it easier for us to solve.
I have done something similar to what you are describing using Adobe Acrobat Pro. Save picture as .pdf file and then edit text.
Answer #8
You can bypass right click not allowed on websites that want to prevent people from copying their precious text.
Take an existing favorites bookmark, right click on it, and add this line of code in the URL field (overwriting existing one):
javascript:/*Anti%20No%20Right%20Click.%20Copyright%20(C)%20CodeHouse.com,%202004*/function%20kill(doc){doc.onmousedown=doc.onmouseup=doc.oncontextmenu=doc.onselectstart=doc.ondragstart=function(){return%20true};if(window.releaseEvents){releaseEvents(Event.MOUSEDOWN|Event.MOUSEUP);}}onerror=function(){return%20true};kill(document);if(frames.length){for(i=0;i<frames.length;++i){kill(frames[i].document);}}else{kill(document);}
Save it and name it Right Click Enable (Right Click Enable.url). Put it in your IE favorites bookmarks.
Now, whenever you come across a website that disables right click, just click on the Right Click Enable favorites bookmark you just created and you'll be able to right click on that website. For the websites that disable copying of text, create another favorites bookmark (as outlined above) and use this code:
javascript:void(document.onmousedown=null)
Name that Right Click Select Text Enable (Right Click Select Text Enable.url)

Great trick ,, But this trick only applicable to copy text . whereas I require to copy text from a image . if something like that which can enable to copy text from image will be helpfull .
Regards

 

| Sitemap |