mirror of
https://github.com/UglyToad/PdfPig.git
synced 2025-09-21 04:17:57 +08:00
move alto xml exporter to root export namespace
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
using System.Xml;
|
||||
using System.Xml.Linq;
|
||||
using DocumentLayoutAnalysis;
|
||||
using Export.Alto;
|
||||
using Export;
|
||||
using Xunit;
|
||||
|
||||
public class PigProductionHandbookTests
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user