From 9f13739addc80e2ea5becea23be9aeeea964b00e Mon Sep 17 00:00:00 2001 From: BobLd Date: Sun, 11 Aug 2019 13:54:47 +0100 Subject: [PATCH] correcting typo --- src/UglyToad.PdfPig/DocumentLayoutAnalysis/DocstrumBB.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.