find_text
Description:
public List<
Rectangle?>
find_text (
string text)
Finds text in this with the default options (
poppler_find_default) and returns a List of rectangles for each occurrence
of the text on the page.
The coordinates are in PDF points.
Parameters:
| this |
a Page
|
| text |
the text to search for (UTF-8 encoded)
|
Returns: