From b739283eadb99934549c1cba466e7dc452b1047b Mon Sep 17 00:00:00 2001 From: msglm Date: Sun, 17 Aug 2025 19:54:24 -0500 Subject: latex stuff added; probably going to remove --- spec/flowchart.gv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/flowchart.gv') diff --git a/spec/flowchart.gv b/spec/flowchart.gv index 17fe46e..6d181ec 100644 --- a/spec/flowchart.gv +++ b/spec/flowchart.gv @@ -16,8 +16,8 @@ config -> "Job Value Scorer" [label="Priorities"] config -> "Cache System" [label="Cache location"] "Job Value Scorer" -> "Cache System" [label="URL of currently parsing job post"] "Cache System" -> "Job Value Scorer" [label="True or False to if URL is in database"] -"Job Value Scorer" -> "nimPDF" [label="Formatted job data"] -"nimPDF" -> "Saver" [label="PDF file"] +"Job Value Scorer" -> "latexdsl" [label="Formatted job data"] +"latexdsl" -> "Saver" [label="PDF file"] config -> "Saver" [label="save location"] "Saver" -> "Filesystem" [label="PDF file"] -- cgit v1.2.3