mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-23 04:36:44 +08:00
Updating with comments
This commit is contained in:
@@ -12,7 +12,7 @@ namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
|||||||
/// Text edges extractor. Text edges are where words have either their BoundingBox's left, right or mid coordinates aligned on the same vertical line.
|
/// Text edges extractor. Text edges are where words have either their BoundingBox's left, right or mid coordinates aligned on the same vertical line.
|
||||||
/// <para>Useful to detect text columns, tables, justified text, lists, etc.</para>
|
/// <para>Useful to detect text columns, tables, justified text, lists, etc.</para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class TextEdgesExtractor
|
public static class TextEdgesExtractor
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Functions used to define left, middle and right edges.
|
/// Functions used to define left, middle and right edges.
|
||||||
|
Reference in New Issue
Block a user