update RecursiveXYCutTests

This commit is contained in:
BobLd
2020-05-23 20:37:13 +01:00
committed by Eliot Jones
parent 6d31ef80a7
commit 14454184ad

View File

@@ -35,7 +35,7 @@
[MemberData(nameof(DataExtract))] [MemberData(nameof(DataExtract))]
public void GetBlocks(string name, string[] expected) public void GetBlocks(string name, string[] expected)
{ {
using (var document = PdfDocument.Open(IntegrationHelpers.GetDocumentPath(name))) using (var document = PdfDocument.Open(DlaHelper.GetDocumentPath(name)))
{ {
var page = document.GetPage(1); var page = document.GetPage(1);
var words = NearestNeighbourWordExtractor.Instance.GetWords(page.Letters); var words = NearestNeighbourWordExtractor.Instance.GetWords(page.Letters);