Updating with comments

This commit is contained in:
BobLd
2019-08-07 13:50:07 +01:00
parent e19b03035e
commit 7de6de3780

View File

@@ -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.