Character detection on an image

It’s hard to understand things properly without a clone link but I think you can replace the line

self.text_area_2_change.text=resultado

with

self.text_area_2.text=resultado
#Provided that the name of your text area is not actually text_area_2_change
1 Like