From 089cb33b51424ef9df54f2edb915f36735bce0e0 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Mon, 13 Jan 2020 12:37:57 +0000 Subject: [PATCH] Updated Document Layout Analysis (markdown) --- Document-Layout-Analysis.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Document-Layout-Analysis.md b/Document-Layout-Analysis.md index a110f7b..e251f71 100644 --- a/Document-Layout-Analysis.md +++ b/Document-Layout-Analysis.md @@ -181,6 +181,7 @@ var blocks = DocstrumBoundingBoxes.Instance.GetBlocks(words, ![docstrum bounding boxes example](https://github.com/UglyToad/PdfPig/blob/master/documentation/Document%20Layout%20Analysis/docstrum%20bounding%20boxes%20example.png) # Reading order detectors +Reading order detectors deal with the task of finding the blocks' reading order in a page. 3 different methods are currently available: - [__Default Reading Order Detector__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#default-reading-order-detector) - [__Rendering Reading Order Detector__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#rendering-reading-order-detector) - [__Unsupervised Reading Order Detector__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#unsupervised-reading-order-detector)