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

Enhance the Order of Text for Screen Reader #553

Closed
xulihang opened this issue Jan 14, 2024 · 1 comment
Closed

Enhance the Order of Text for Screen Reader #553

xulihang opened this issue Jan 14, 2024 · 1 comment

Comments

@xulihang
Copy link
Owner

As Screen Reader only returns the text of an area, we cannot do post-processing like adjusting the order of the lines after the result is given.

So we have to make sure the order is adjusted correctly during OCR.

A "Correct text order" option is added to Screen Reader. It will get the text with locations and sort the text.

In addition, if you need to keep the paragraph info, you can disable "Auto remove line breaks":

image

You can also enable merging based on punctuations to get meaningful text groups: #552

@xulihang
Copy link
Owner Author

Added in v2.8.0.

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