Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request - Add the ability to put bounds around where you want to try to perform OCR on your image source #27

Open
SoulManGG opened this issue Aug 27, 2024 · 0 comments

Comments

@SoulManGG
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant