Using the reader endpoint results in duplicate information as it is returning text from elements set not to be visible.
curl "https://r.jina.ai/https://github.com/trust-center/privacy" \
-H "Authorization: Bearer MYTOKEN"
The html for the duplicate content has Display: none.
Is there a way for us to only return content that would be visible on the page?

Using the reader endpoint results in duplicate information as it is returning text from elements set not to be visible.
The html for the duplicate content has
Display: none.Is there a way for us to only return content that would be visible on the page?