Report is the parsed veraPDF XML reportGuiXML.
type Report struct { // ViolatedRules are the rules that were violated during error verification. ViolatedRules []string // ConformanceLevel defines the standard on verification failed. ConformanceLevel int // ConformanceVariant is the standard variant used on verification. ConformanceVariant string }
func ParseReducedXML(r io.Reader) (*Report, error)
ParseReducedXML parses a reduced xml document.