correcting typo

This commit is contained in:
BobLd
2019-08-11 13:54:47 +01:00
parent 7e8b3bdc85
commit 9f13739add

View File

@@ -9,7 +9,7 @@ using UglyToad.PdfPig.Geometry;
namespace UglyToad.PdfPig.DocumentLayoutAnalysis namespace UglyToad.PdfPig.DocumentLayoutAnalysis
{ {
/// <summary> /// <summary>
/// The Docstrum algorithm is a bottom-up page segmentation technique based on nearest-neighborhood /// The Docstrum algorithm is a bottom-up page segmentation technique based on nearest-neighbourhood
/// clustering of connected components extracted from the document. /// clustering of connected components extracted from the document.
/// This implementation leverages bounding boxes and does not exactly replicates the original algorithm. /// This implementation leverages bounding boxes and does not exactly replicates the original algorithm.
/// <para>See 'The document spectrum for page layout analysis.' by L. OGorman.</para> /// <para>See 'The document spectrum for page layout analysis.' by L. OGorman.</para>