mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-08-20 09:21:57 +08:00
Updated Document Layout Analysis (markdown)
parent
2bac9da0b6
commit
17e65bca87
@ -3,7 +3,7 @@ _In computer vision, document layout analysis is the process of identifying and
|
||||
In our case, we are using the pdf document itself instead of image representation. The following categories of tools are available:
|
||||
- [__Word extractors__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#word-extractors)
|
||||
- [__Page segmenters__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#page-segmenters)
|
||||
- [__Reading order detectors__]()
|
||||
- [__Reading order detectors__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#reading-order-detectors)
|
||||
- [__Other layout tools__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#other-layout-tools)
|
||||
- [__Export__](https://github.com/UglyToad/PdfPig/wiki/Document-Layout-Analysis#export) – Tools to export the result of document layout analysis
|
||||
|
||||
@ -181,11 +181,11 @@ var blocks = DocstrumBoundingBoxes.Instance.GetBlocks(words,
|
||||

|
||||
|
||||
# Reading order detectors
|
||||
- [__Default Reading Order Detector__]()
|
||||
- [__Rendering Reading Order Detector__]()
|
||||
- [__Unsupervised Reading Order Detector__]()
|
||||
- [__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)
|
||||
|
||||
## [Default Reading Order Detector]()
|
||||
## [Default Reading Order Detector](https://github.com/UglyToad/PdfPig/blob/master/src/UglyToad.PdfPig.DocumentLayoutAnalysis/ReadingOrderDetector/DefaultReadingOrderDetector.cs)
|
||||
TO DO
|
||||
|
||||
### Description
|
||||
@ -221,7 +221,7 @@ TO DO
|
||||
### Result
|
||||
TO DO: image
|
||||
|
||||
## [Rendering Reading Order Detector]()
|
||||
## [Rendering Reading Order Detector](https://github.com/UglyToad/PdfPig/blob/master/src/UglyToad.PdfPig.DocumentLayoutAnalysis/ReadingOrderDetector/RenderingReadingOrderDetector.cs)
|
||||
TO DO
|
||||
|
||||
### Description
|
||||
@ -257,7 +257,7 @@ TO DO
|
||||
### Result
|
||||
TO DO: image
|
||||
|
||||
## [Unsupervised Reading Order Detector]()
|
||||
## [Unsupervised Reading Order Detector](https://github.com/UglyToad/PdfPig/blob/master/src/UglyToad.PdfPig.DocumentLayoutAnalysis/ReadingOrderDetector/UnsupervisedReadingOrderDetector.cs)
|
||||
TO DO
|
||||
|
||||
### Description
|
||||
|
||||
Loading…
Reference in New Issue
Block a user