library(AzureVision) library(httr) library(jsonlite) Endpoint -> APIKey -> img_link -> "https://images.app.goo.gl/BHLmtfLJxbwdRo99A" read_text(endpoint = Endpoint, image = img_link, detect_orientation = TRUE, language = "en" ) i got the following error Error in UseMethod("call_cognitive_endpoint") : no applicable method for 'call_cognitive_endpoint' applied to an object of class "character"
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.