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
We're trying to support Headings detection in our Document Viewer. We want something like this:
For performance reasons, we only render 2-3 pages at a time. While we can use the getTextContent() method to extract the text layer, we're unsure how to make the screen readers support the reading of headings for the entire document.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone!
We're trying to support Headings detection in our Document Viewer. We want something like this:
For performance reasons, we only render 2-3 pages at a time. While we can use the
getTextContent()
method to extract the text layer, we're unsure how to make the screen readers support the reading of headings for the entire document.Has anyone tried this on their projects?
Any help would much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions