diff --git a/src/UglyToad.PdfPig/DocumentLayoutAnalysis/DocstrumBB.cs b/src/UglyToad.PdfPig/DocumentLayoutAnalysis/DocstrumBB.cs index 43d083a5..b2fca5c3 100644 --- a/src/UglyToad.PdfPig/DocumentLayoutAnalysis/DocstrumBB.cs +++ b/src/UglyToad.PdfPig/DocumentLayoutAnalysis/DocstrumBB.cs @@ -9,7 +9,7 @@ using UglyToad.PdfPig.Geometry; namespace UglyToad.PdfPig.DocumentLayoutAnalysis { /// - /// 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. /// This implementation leverages bounding boxes and does not exactly replicates the original algorithm. /// See 'The document spectrum for page layout analysis.' by L. O’Gorman.