mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-15 19:54:52 +08:00
Making the RecursiveXYCut class static.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace UglyToad.PdfPig.DocumentLayoutAnalysis
|
||||
/// https://en.wikipedia.org/wiki/Recursive_X-Y_cut
|
||||
/// <para>See 'Recursive X-Y Cut using Bounding Boxes of Connected Components' by Jaekyu Ha, Robert M.Haralick and Ihsin T. Phillips</para>
|
||||
/// </summary>
|
||||
public class RecursiveXYCut
|
||||
public static class RecursiveXYCut
|
||||
{
|
||||
/// <summary>
|
||||
/// Get the blocks.
|
||||
|
Reference in New Issue
Block a user