function getLanguagesimport { getLanguages } from "https://deno.land/x/tesseract@1.0.1/mod.ts"; getLanguages(path?: string): Promise<string[]>Get a list of available languages Parametersoptionalpath: stringTesseract Binary Path ReturnsPromise<string[]>