Posts by Lucas • 23 points
2 posts
-
1
votes0
answers50
viewsQ: Read text in a specific image location
I need help trying to read a text in a specific part of the image. The intention is to identify a specific product among several equals, but the only thing that changes is the text present in it.…
-
1
votes1
answer58
viewsQ: Removing whitespace from a Numpy Array
I need to manipulate an image and identify the objects inside it. But the answer I get comes with white space and I’m not able to handle to remove these white spaces. Code: from imageai.Detection…