Hi, I'm currently making a text detection program similar to this : video As you can see the detection only works in that yellow portion. How do I make it so that my program only checks that part of the box? I'm doing it in C++ by the way.
1 | initial version |
Hi, I'm currently making a text detection program similar to this : video As you can see the detection only works in that yellow portion. How do I make it so that my program only checks that part of the box? I'm doing it in C++ by the way.