From 47e24ca59631a9dbc099131fd499e98712822bd7 Mon Sep 17 00:00:00 2001 From: Henry Hobbs Date: Sun, 26 May 2024 14:03:41 -0400 Subject: [PATCH] updated link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae4554..825b484 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ AZURE_VISION_SUBSCRIPTION_KEY= 2. Add `-a ` to specify the Azure Cognitive Services API version. 3. Add `-m ` to specify the Azure Cognitive Services model version. -6. If you want to search generated captions, currently you must modify `search-cards.js` to include the keywords you want to search for. Then run `node search-cards.js` to search the captions. Maybe I'll add command line arguments for this in the future, idk. Alternatively, check out the [MTG Visual Search Web App](http://nuc2:3000/henry/mtg-visual-search) for a clean interface to search for cards. +6. If you want to search generated captions, currently you must modify `search-cards.js` to include the keywords you want to search for. Then run `node search-cards.js` to search the captions. Maybe I'll add command line arguments for this in the future, idk. Alternatively, check out the [MTG Visual Search Web App](https://git.hobbs.zone/henry/mtg-visual-search) for a clean interface to search for cards.