How to capture text from image to word

Answers were Sorted based on User's Feedback



How to capture text from image to word..

Answer / vardhan

Capturing the text in a image was not possible with any of the
tool.
GetvisiableText property recognises the text which maybe in the window, web page or from edit box.
...image validation in QTP can be done through check points concept...

thank you ... let me know if i was wrong

Is This Answer Correct ?    3 Yes 0 No

How to capture text from image to word..

Answer / aiswaryan

Tools-Options-Text Recognition
Select 'Use OCR only' and Language as English.

If your application is a window app,
window("").GetVisibleText(10,10,200,200)

If it is not a window app, then print screen and paste the
image to any window apps like mspaint or word and use
GetVisibleText function.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More QTP Interview Questions

How do we call Library Files(.vbs) in the Test Script Thanks in Advance...

6 Answers  


How to create scenario selector

0 Answers  


We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.

11 Answers   Tech Mahindra,


what is the smart identification techniqu?what r the different mechanisums used in it?

0 Answers   Accenture,


Explain about random testing of 500 test cases?

1 Answers   IBM,


Among all the check points what is the most important checkpoint?

1 Answers  


New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.

1 Answers  


Plz explain about Virtual object? What is the situation u r using , explain with example?

1 Answers  


can we run the scripts of qtp 8.2 in the qtp7.0?

2 Answers  


Hi All, I am 4 yrs experieced in manual testing and new to automation tool QTP. Iam trying to learn it thru online and material i have.I am able to understand but unable to trace out which method or function to be used where necessary in VB Script. How come we know the functions or methods to be used to open a window when clicking on button or so...Pls suggest me.How can i proceed further to apt VB Script.

0 Answers  


PLS REAL TIMERS WRITE THE ANS FOR THIS? WHICH SCRIPT IS USED IN REAL TIME NOW A DAYS 1)SHARED REPOSITORY BASED SCRIPT 2)DESCRIPTIVE PROGRAMMING BASED SCRIPT?

1 Answers  


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

0 Answers   HCL,


Categories