mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
Updated Document Layout Analysis (markdown)
@@ -181,7 +181,7 @@ var blocks = DocstrumBoundingBoxes.Instance.GetBlocks(words,
|
||||

|
||||
|
||||
# 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)
|
||||
|
||||
Reference in New Issue
Block a user