Fixed figure generation
This commit is contained in:
@@ -20,9 +20,9 @@ internal static class Program
|
||||
Console.WriteLine("Generating report");
|
||||
var scans = Scan(tagFileInfos, scanFileInfos);
|
||||
|
||||
var path = Path.GetFullPath("report.html");
|
||||
var path = Path.GetFullPath("report");
|
||||
|
||||
using var document = new LatexIncludeDocumentGenerator(path);
|
||||
using var document = new LatexIncludeDocumentGenerator(path, true);
|
||||
using var report = new ReportGenerator("OCR Report", document, scans)
|
||||
.AddComparison("Processing summary (Average)", v =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user