From 9059858cf275ea835b9b3c2c899ea02aaa4e9345 Mon Sep 17 00:00:00 2001 From: BobLd <38405645+BobLd@users.noreply.github.com> Date: Mon, 13 Jan 2020 12:40:20 +0000 Subject: [PATCH] Updated Document Layout Analysis (markdown) --- Document-Layout-Analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Document-Layout-Analysis.md b/Document-Layout-Analysis.md index e251f71..ec059c0 100644 --- a/Document-Layout-Analysis.md +++ b/Document-Layout-Analysis.md @@ -181,7 +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: +Reading order detectors deal with the task of finding the blocks' reading order in a page. Only `TextBlock` are ordered at the moment. 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)