From 7d23cb548746da63a0d089990f94f01e9d832365 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Mon, 9 Mar 2026 19:45:21 -0700 Subject: [PATCH] Fix JSON parsing in analyzeMenuImages for PDF menu imports The PDF upload goes to analyzeMenuImages.cfm (not analyzeMenuUrl.cfm). Added control character cleaning, smart quote replacement, and Jackson fallback parser with error handling. Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuImages.cfm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/api/setup/analyzeMenuImages.cfm b/api/setup/analyzeMenuImages.cfm index bd372e2..9b056cc 100644 --- a/api/setup/analyzeMenuImages.cfm +++ b/api/setup/analyzeMenuImages.cfm @@ -183,8 +183,27 @@ + + + + + + + + + + + + + + + + + + +