Hi everyone,
I am using a AI model to extract information from an invoice document.
One of the extracted informations is the total value of the invoice, the extracted information as value is a total number, but the text result is the actual correct output since it´s providing the currency and the comma.
I now want to use the extracted text, convert it to int to use it in a condition to check, so if the amount is higher then 1000 a specific action has to happen.
Can anyone help me in setting up the correct flow?
