Ui vision features

Ui vision can do?
1.extract text from image which is stored in computer.
2.Ms Excel and word automation like manipulating and retriving data from it.
3.Data table creation and manipulation.
4.Bot deployment.
5.Code reusability.
6.Recording

Ui vision can do these operation but is not designed to do this, you must use desktop automation very hard and slow.

For some operation you can use alternative (for 2 you can use csv not excel or word).

To create all these operations you need to study more and more years are very hard to do with ui vision rpa only.

1.extract text from image which is stored in computer.

Yes, it has OCR

2.Ms Excel and word automation like manipulating and retriving data from it.

Here I recommend to use Powershell instead! It can be combined with RPA via its API

3.Data table creation and manipulation.

Again, use Powershell and connect to the RPA software with the API or XRUN

4.Bot deployment.

Yes

5.Code reusability.

Yes, see the RUN command

6.Recording

Yes, for web automation