You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today,I want to set a rectangle area to recognition,but I find the parameters may be not explain as baseapi.h .
void setrectangle(int left,int top,int width,int height);
when I setrectangle(126,40,1152,28),it will recognizing (0,0,1152,28),I don't know why.