Package org.apache.tika.eval.app.reports
Class MarkdownSummaryWriter
java.lang.Object
org.apache.tika.eval.app.reports.MarkdownSummaryWriter
Writes a markdown summary of a tika-eval comparison run.
This is designed to be read by both humans and LLMs for fast regression detection. It queries the same temp tables that the xlsx report pipeline creates (exceptions_compared, token_counts_compared, parse_time_compared) so it must be called after the "before" SQL has executed.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MarkdownSummaryWriter
public MarkdownSummaryWriter()
-
-
Method Details
-
write
- Throws:
IOExceptionSQLException
-