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
If a user uses the rectangle or point annotation tools we don't currently capture a quote selector, which means that you can't see that text in the sidebar or search for it.
It would be useful to capture that text in some form. This could be as a quote selector, or perhaps as part of a new field for alt text for the selected region.
How this would work depends on the shape:
For a rectangle selection (or other shape with non-zero area), the text would be the characters inside the annotated region, up to some length limit, or perhaps the words that intersect the selection.
For a point selection, the text could be the word (or span of a few words) that contains the point
The text was updated successfully, but these errors were encountered:
If we used the quote selector approach, there are a couple of issues to consider:
Anchoring code needs a policy to handle the case where an annotation has both a shape and a quote selector. For example it could always use the shape for anchoring and fall back to the quote if that fails to anchor.
If we do fall back to the quote, anchoring may not work because the text within the shape may not be continuous in the document's reading order.
If a user uses the rectangle or point annotation tools we don't currently capture a quote selector, which means that you can't see that text in the sidebar or search for it.
It would be useful to capture that text in some form. This could be as a quote selector, or perhaps as part of a new field for alt text for the selected region.
How this would work depends on the shape:
The text was updated successfully, but these errors were encountered: