Text Selection Overlay
fun TextSelectionOverlay(pageIndex: Int, textSelection: Feature<TextSelectionState, TextSelectionActions>, textProvider: DocumentTextProvider)
An overlay composable (placed on top of the PdfPage) that shows the text selection and also allows the user to drag the selection handles to change the selection.