From 78ea77259ef099aa2916859a21b6acaf2f9f4075 Mon Sep 17 00:00:00 2001 From: Frozen Forest Reality Technologies Date: Sat, 18 Mar 2023 05:59:29 +0300 Subject: [PATCH] Suggestion for text selection rectangle size and location calculation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1a1bc..c8e50bd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ https://www.unrealengine.com/marketplace/en-US/product/low-entry-http-request * There is a helper node to give android absolute path. * Generate Texts: It will get all texts of all pages. * Generate Text At Area: You can think this as a text selection. It will get texts in a rectangle area. You have to define that rectangle's size and location according with PDF's size and location.
- Don't use your cursor location directly. (Cursor location minus PDF location at screen will give result.) + Don't use your cursor location directly. ((Cursor Location - PDF Location at screen) * Sampling will give you necessary locations.) * Generate Links: It will give all "weblinks" in specified page. It won't give internal bridges. It will give weblinks. This is limitation of PDFium. * Get Pages Count: You know what it does. * PDF Read File Close: It will close opened document.