mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
Update TextEdgesExtractor.cs
This commit is contained in:
@@ -9,8 +9,8 @@ using UglyToad.PdfPig.Geometry;
|
|||||||
namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Text edges extractor. Text edges are where words have either there BoundingBox's left, right or mid coordinate aligned on the same vertical line.
|
/// Text edges extractor. Text edges are where words have either there BoundingBox's left, right or mid coordinates aligned on the same vertical line.
|
||||||
/// <para>Useful to detect tables, justified text, lists, etc.</para>
|
/// <para>Useful to detect text columns, tables, justified text, lists, etc.</para>
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class TextEdgesExtractor
|
public class TextEdgesExtractor
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user