Hi Everyone,
python with UiPath integration (i installed UiPath.python.activities and UiPath in local machine) and need to extract text from image by using python script in UiPath
I will pass the image path from UiPath and take the output in UiPath.
what is the order, activities and properties i need to use.
appreciate your guidance.
Thank you!!!
Hi Victory,
Use activities sequentially
- Python Scope
- Load Python Script
- Invoke Python Method
- Get Python Object
Input/ output argument manage in Load Python script activity
In the error image you only have to give either ‘Code’ or ‘File’ path of the script
If you go the UiPath documentation also only single option is enough to execute script.
Let me know if it works & like…
Cheers…