yodlee and invoice.

This commit is contained in:
2022-01-15 10:43:48 -08:00
parent 3ec3718548
commit 1f96868ee1
4 changed files with 11 additions and 8 deletions

View File

@@ -48,7 +48,6 @@
:full-text full-text}))])))
(defn parse [text]
(info-event "Parsing pdf text" {:raw text})
(reset! last-text text)
(->> t/pdf-templates
(filter (partial template-applies? text))
@@ -134,6 +133,8 @@
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
(defn dbg-parse [v]
(println v)
(map
(fn [x] (dissoc x :full-text :text))
(parse v)))