From 186c8895131da068621c8ef1bb51585b1283a359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Thu, 18 Jun 2026 16:15:00 +0400 Subject: [PATCH] =?UTF-8?q?v1.0.5:=20parser.cfm=20=E2=80=94=20PDF=20=D1=87?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=20PDFBox,=20TXT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.cfm | 2 +- parser.cfm | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 parser.cfm diff --git a/index.cfm b/index.cfm index 3cc8b01..ef864a8 100644 --- a/index.cfm +++ b/index.cfm @@ -1 +1 @@ -OK v1.0.4 +OK v1.0.5 diff --git a/parser.cfm b/parser.cfm new file mode 100644 index 0000000..13d4117 --- /dev/null +++ b/parser.cfm @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + SELECT id, filename, mime_type, original_bytes, status + FROM documents + WHERE id = + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPDATE documents + SET elements_json = ::jsonb, + status = , + error_message = + WHERE id = + + + + + + + + + + + +#serializeJSON(result)#