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

Focusing area #910

Closed
matayo-ayo opened this issue Apr 1, 2024 · 1 comment
Closed

Focusing area #910

matayo-ayo opened this issue Apr 1, 2024 · 1 comment

Comments

@matayo-ayo
Copy link

It really does a good job but when it comes to output it gives out too many lines which more of them are not useful (trash to programmer) that make it to keep program use long time to load while the data needed might be two or three lines
ie. You want only a names and id number

It may be more useful if you add a feature to allow user to relocate where to get certain data ie using line numbers and cursor position, and if you would go more to get something like user image from id

@Balearica
Copy link
Member

It may be more useful if you add a feature to allow user to relocate where to get certain data ie using line numbers and cursor position

It is already possible to recognize a specific region by using the rectangle argument. This can be seen in the documentation for worker.recognize.

This can be used to recognize a specific area using cursor position. For example, in ScribeOCR you can select Edit -> Recognize Word and then use the cursor to select a specific word missed by the initial recognition pass. This was implemented using the rectangle argument of worker.recognize.

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

2 participants