From cf34636879aa0ea229042083864a7ac73ade5dc4 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Fri, 13 Feb 2026 10:13:13 -0800 Subject: [PATCH] Scan all HTML files in ZIP for business info - Extract directory and scan all .htm/.html files recursively - Look for business name in title tags (skip generic titles) - Extract street addresses with regex patterns - Extract phone numbers - Check __OO_STATE__ in other pages for Restaurant data - Merge found info into toastBusiness (first found wins) Co-Authored-By: Claude Opus 4.5 --- api/setup/analyzeMenuUrl.cfm | 118 +++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index 86b726a..f6d54e7 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -386,6 +386,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + ]*>([^<]+)', otherHtml)> + + ]*>([^<]+).*', '\1')> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +