From 6338aab9cb537f3012f08453eb7fca67297da5ff Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Mon, 20 Jan 2020 10:21:50 +0000 Subject: [PATCH] Updated Document Layout Analysis (markdown) --- Document-Layout-Analysis.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Document-Layout-Analysis.md b/Document-Layout-Analysis.md index 656d1d9..9ce7e1e 100644 --- a/Document-Layout-Analysis.md +++ b/Document-Layout-Analysis.md @@ -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