diff --git a/src/PdfToSvg/Parsing/ObjectScanner.cs b/src/PdfToSvg/Parsing/ObjectScanner.cs index 146635c..26b6e25 100644 --- a/src/PdfToSvg/Parsing/ObjectScanner.cs +++ b/src/PdfToSvg/Parsing/ObjectScanner.cs @@ -15,6 +15,11 @@ namespace PdfToSvg.Parsing { + /// + /// Scanner used to find objects within a PDF file without using a cross-reference table. + /// This is used as fallback when the xref table is either missing or corrupt. + /// See PDF spec 1.7, page 658. + /// internal static class ObjectScanner { private enum ScanToken