Skip to content

Commit b49eb65

Browse files
committed
add image
1 parent a186703 commit b49eb65

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

knowledge-base/get-textfragment-position-size-radpdfprocessing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ ticketid: 1662399
1919

2020
Determining the precise location and size of a [TextFragment]({%slug radpdfprocessing-model-textfragment%}) in a PDF document is essential for various document processing tasks. A `TextFragment`'s position is accessible through its ({%slug radpdfprocessing-concepts-position%}) property, which returns a `MatrixPosition`. This article outlines how to translate the `MatrixPosition` into (x,y) coordinates and how to calculate the width and height of a `TextFragment`.
2121

22+
![TextFragment Position and Size](images/text-fragment-position-and-size.png)
23+
2224
This KB article also answers the following questions:
2325
- How can I find the exact location of a text in a PDF document?
2426
- What is the method to determine the dimensions of a text segment within a PDF file?
8.93 KB
Loading

0 commit comments

Comments
 (0)