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
I have found that the way to do that is via the following command
// tf->tesseract_model->SetRectangle(left, top, width, height);
tf->tesseract_model->SetRectangle(0, 490, 300, 100); // <- for Example
What I cant figure out how to do is how to make all the changes to support this. This would be great for me. Thank you! I will probably keep working to figure out how to make it work but I am struggling with the github make system and how to make an install or even just compile this stuff to test the changes I made in my fork.
The text was updated successfully, but these errors were encountered:
I have found that the way to do that is via the following command
What I cant figure out how to do is how to make all the changes to support this. This would be great for me. Thank you! I will probably keep working to figure out how to make it work but I am struggling with the github make system and how to make an install or even just compile this stuff to test the changes I made in my fork.
The text was updated successfully, but these errors were encountered: