update DocstrumBoundingBoxesTests

This commit is contained in:
BobLd
2020-05-23 20:34:28 +01:00
committed by Eliot Jones
parent 208e1dd8f2
commit aa0e75d768

View File

@@ -75,7 +75,7 @@
public void GetBlocks(string name, string[] expected)
{
var options = new DocstrumBoundingBoxes.DocstrumBoundingBoxesOptions() { LineSeparator = " " };
using (var document = PdfDocument.Open(IntegrationHelpers.GetDocumentPath(name)))
using (var document = PdfDocument.Open(DlaHelper.GetDocumentPath(name)))
{
var page = document.GetPage(1);
var words = NearestNeighbourWordExtractor.Instance.GetWords(page.Letters);