mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Updated Document Layout Analysis (markdown)
@@ -53,7 +53,8 @@ using (var document = PdfDocument.Open(@"document.pdf"))
|
||||
The algorithm was used on this [map](https://upload.wikimedia.org/wikipedia/commons/6/64/APISmap1.pdf) that has a complex layout, with glyphs/words having very diverse text directions. The algorithm is able to rebuild words independently of their direction.
|
||||
|
||||
Words are indicated by red rectangles:
|
||||
TO DO: Image
|
||||
|
||||

|
||||
|
||||
# Page segmenters
|
||||
Page segmenters deal with the task of finding block of text in a page. 3 different methods are currently available:
|
||||
|
||||
Reference in New Issue
Block a user