- If I set degree of parallelism more than my number of cores then what will happen?
- In OMI OCR what is the use of by default “Image” variable in input image ?
- Please explain “Profile and Scale” in OMNI OCR
Thanks,
Ritaman.
Thanks,
Ritaman.
1.Parallel processing is a technique where multiple tasks are executed simultaneously by utilizing ultiple CPU cores. Each core can handle one thread or task at a time. When you set the degree of parallelism to a higher value than the number of cores, you are instructing the system to run more tasks concurrently than it has physical resources to handle. 1If the tasks are CPU-bound (i.e., they require significant processing power), running more tasks in parallel than the number of cores can slow down the overall execution because the CPU will spend more time on context switching than actual processing.
2.The “Image” variable is typically used to pass the image that contains the text you want to extract. You can provide this image in various formats, such as JPG, PNG, BMP, or other compatible image formats supported by the OCR engine. The OCR engine then analyzes the image to recognize and extract the text from it. When you use the Omni OCR activity in UiPath or any other OCR engine that supports it, you will find a parameter where you can pass the “Image” variable. Depending on the OCR engine and the activity being used, the name of the parameter may vary, but it generally has a clear indication that it expects the image to be processed.
3.Profile:
HOPE IT HELPS!!
But bydefault even if i am not passing any Image . there is one Image variable.
Yeah it will take by default only, means its expecting an image too. In new version image is the default variable.
Regards
If you find the solution for your query please do mark as solution to close the loop.
Happy Automation!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.