From b7cf3ed1337182811d9a45f711d4c10643ee571d Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Fri, 9 Aug 2024 23:38:05 -0500 Subject: [PATCH] Implement OCR --- main.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cjs b/main.cjs index 20164ed..81b4a5b 100644 --- a/main.cjs +++ b/main.cjs @@ -209,7 +209,7 @@ function getMatchingPhrase(inputString, targetCharacter) { return; } // Does the message have an attachment? Check the attachment with OCR - console.log(message.attachments); + //console.log(message.attachments); message.attachments.forEach(i => { if (i.contentType.includes("image")) { (async () => {