I can't figure out how to make the numbers from the string
that the tesseract.getUTF8Text()
method return. Example input:
foo bar 2.00 foo foo
bar bar foo 6.34
I need to set the text in a TextView
where the numbers 2.00 and 6.34 can be clicked and will call a function, but the other text stays the same.
Any help is appreciated