Posted 28 June 2019, 12:25 pm EST
Im using the sample using C1TextSearchManager to search a PDF. Each hit results in a C1FoundPosition. This object has a NearText field which is the text in the vicinity of the search text. It also has a GetBounds field where the text was found.
How can I use GetBounds to get the entire text in that rectangle where the text was found?