...
Info |
---|
Additional work units - can be purchased for any of the Editions above (Community, Professional, Enterprise) by contacting us here. |
...
1 Work Unit is used for every UI (User Interface) screen that needs detection.
Example: Entering values into a screen with 1 or more textboxes and buttons uses 1 Work Unit credit by default.
Depending on changes in the screen, this value may increase from 1 Work Unit to 2 or more.
Each time the UI changes and Aura must detect controls again, this costs 1 work unit for that ‘re-detection’.
1 10 or more Work Units are used for every PDF or Image file that is extracted from.
If a command is used to explicitly extract from a file, such as a PDF or imageImage, then Work Unit credits are used.
Example: Extracting content and values from a an image or PDF file will use at least 1 credit10 credits. If the image or PDF file has many pages or the automation uses a command to auto-generate field values, additional Work Units are applied (on average +3 to +5 Work Units per PDF).
1 Work Unit is used for every Web Page that is extracted from.
If a command is used to explicitly extract from a website page, then additional Work Unit credits are used.
Example: Extracting text and table data from a web page will use additional Work Unit credits.
”Extract from $website” command would extract all contents from a website form into auto generated variable key-value pairs, this also includes tabular data, which are auto converted into datatables (see below).
1 10 or more Work Units are used for every Datatable that is extracted from.
If a command is used to explicitly extract from a datatable in a web or non-web application, then 1+ Work Unit credits are used.
Example: Extracting table data from a User Interface will use 1 Work Unit credits.
”Get datatables” command would extract all tabular tables on the screen (or image or pdf file provided) automatically into datatables.
Function | Cost in Work Units | Details |
---|---|---|
Screen Change Detection | 1 | Used to detect screen text and controls in user interface. If the UI changes, a redetection occurs and will use work units as listed here. |
Getting Table Data / Extraction (Azure Form Recognizer) | 10 | If user uses the ‘Get Datatables’ command and Azure Form Recognizer option is enabled, this will auto detect all tables on the UI and store them as datatable variables. |
Getting Table Data / Extraction (Base64) | 20 | If user uses the ‘Get Datatables’ command and Base64 option is enabled, this will auto detect all tables on the UI and store them as datatable variables. |
PDF & Image Extraction (Azure Form Recognizer) | 10 per page | Used to detect all text in PDFs and Images, providing user with key & value pairs automatically. This also automatically creates datatables from tables in a PDF or Image. |
PDF & Image Extraction (Base64) | 20 per page | Used to detect all text in PDFs and Images, providing user with key & value pairs automatically. This also automatically creates datatables from tables in a PDF or Image. |
How can we reduce Work Unit credits used?
...