Updated Document Layout Analysis (markdown)

BobLd
2020-01-20 10:21:50 +00:00
parent c3d338e71c
commit 6338aab9cb

@@ -50,9 +50,9 @@ using (var document = PdfDocument.Open(@"document.pdf"))
```
### Results
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.
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