move alto xml exporter to root export namespace

This commit is contained in:
Eliot Jones
2019-10-17 10:46:43 +01:00
parent f14c52a05a
commit 57dfee3211
3 changed files with 6 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
using System.Xml;
using System.Xml.Linq;
using DocumentLayoutAnalysis;
using Export.Alto;
using Export;
using Xunit;
public class PigProductionHandbookTests

View File

@@ -87,11 +87,11 @@
"UglyToad.PdfPig.DocumentLayoutAnalysis.EdgeType",
"UglyToad.PdfPig.Exceptions.PdfDocumentEncryptedException",
"UglyToad.PdfPig.Exceptions.PdfDocumentFormatException",
"UglyToad.PdfPig.Export.ITextExporter",
"UglyToad.PdfPig.Export.Alto.AltoDocument",
"UglyToad.PdfPig.Export.Alto.AltoXmlTextExporter",
"UglyToad.PdfPig.Export.AltoXmlTextExporter",
"UglyToad.PdfPig.Export.HOcrTextExporter",
"UglyToad.PdfPig.Export.ITextExporter",
"UglyToad.PdfPig.Export.PageXmlTextExporter",
"UglyToad.PdfPig.Export.Alto.AltoDocument",
"UglyToad.PdfPig.Fonts.DescriptorFontFile",
"UglyToad.PdfPig.Fonts.Exceptions.InvalidFontFormatException",
"UglyToad.PdfPig.Fonts.FontDescriptor",