yodlee and invoice.
This commit is contained in:
@@ -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)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user