Text Search Result
data class TextSearchResult(val pageIndex: Int, val range: ERROR CLASS: Symbol not found for Range, val rangeInPreview: ERROR CLASS: Symbol not found for Range, val previewText: String = "") : SearchResult
This is a wip implementation for the text search result object. Eventually we should migrate all the features from com.pspdfkit.document.search.SearchResult. Currently we're lacking annotations, more sophisticated text snippet handling and probably a few more things.