mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-10-14 02:44:58 +08:00
update DocstrumBoundingBoxesTests
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user