Number Parser
Description
Use this activity to parse the string expected to hold the Numerical value and give you the proper Numerical value if there are any parse errors.
note
This activity consumes IntelliBuddies Cognitive Services credits.
tip
Use this Activity to fine-tune the numeric value extracted using OCR.
note
This Activity connects to the IntelliBuddies AI Services hosted on IntelliBuddies Cloud, requiring an internet connection on the system where executed.
Properties
Input
- Text – Specify the Numeric string obtained from OCR or other image extractors.
Optional
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Misc
- DisplayName – The display name of the Activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Output
- Result – Returns NumberParserInfo containing the Numeric value predicted by the model with a confidence score.
Example
Download Example