So I am using the Extract Text with OCR as I have to grab data from a virtual machine. The problem is that it can grab the data just fine once I tweak it but afterwards the numeric data is being read as text.
This is the text value of the variable and it is being read correctly. I want to convert this value into another variable by multiplying it by 1.3.

This is the function I used and this is the error I received.


I wanted to check what type of text it was reading so I ran this through a recognize entities in text function and it gave out this value.

Instead of one value of 5.78, it gives 2 values of 5 and 78.
I want to make it one value.
The problem is this happens only sometimes with certain numbers, other numbers are instantly detected as one value even with a decimal point.