Added latex include table generator
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Common.Extensions;
|
||||
using Ocr.Report.Models;
|
||||
using ReportGeneration.Generators;
|
||||
using ReportGeneration.Generators.LatexInclude;
|
||||
|
||||
namespace Ocr.Report;
|
||||
|
||||
@@ -21,7 +22,7 @@ internal static class Program
|
||||
|
||||
var path = Path.GetFullPath("report.html");
|
||||
|
||||
using var document = new HtmlDocumentGenerator(path);
|
||||
using var document = new LatexIncludeDocumentGenerator(path);
|
||||
using var report = new ReportGenerator("OCR Report", document, scans)
|
||||
.AddComparison("Processing summary (Average)", v =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user