From 1116218822cf0004aa65d6c9050e917b4856b2ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 17:41:42 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.8:=20extractor.cfm=20=E2=80=94=20LLM-?= =?UTF-8?q?=D0=B8=D0=B7=D0=B2=D0=BB=D0=B5=D1=87=D0=B5=D0=BD=D0=B8=D0=B5=20?= =?UTF-8?q?spec=5Frows=20=D1=87=D0=B5=D1=80=D0=B5=D0=B7=20cfhttp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extractor.cfm | 164 ++++++++++++++++++++++++++++++++++++++++++++++++++ index.cfm | 2 +- 2 files changed, 165 insertions(+), 1 deletion(-) create mode 100644 extractor.cfm diff --git a/extractor.cfm b/extractor.cfm new file mode 100644 index 0000000..be4c0d3 --- /dev/null +++ b/extractor.cfm @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + SELECT s.id, s.contract_id, d.elements_json, d.parsed_text + FROM supplements s + JOIN documents d ON s.document_id = d.id + WHERE s.id = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + INSERT INTO spec_rows (supplement_id, row_num, name, price, qty, sum, date_start) + VALUES ( + , + , + , + , + , + , + + ) + + + + + + + + + + + + + + + + + + + + + + + + + + +#serializeJSON(result)# diff --git a/index.cfm b/index.cfm index 414025c..cb9c778 100644 --- a/index.cfm +++ b/index.cfm @@ -1 +1 @@ -OK v1.0.7 +OK v1.0.8