From 85e73216be2f3e6d7c6b3589a1a4e3a06839e6b7 Mon Sep 17 00:00:00 2001 From: Balearica Date: Sun, 28 Aug 2022 15:01:11 -0700 Subject: [PATCH] Removed statement that video elements are supported per #647 (#652) --- docs/image-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image-format.md b/docs/image-format.md index b9410dd..6b822ee 100644 --- a/docs/image-format.md +++ b/docs/image-format.md @@ -5,7 +5,7 @@ Support Format: **bmp, jpg, png, pbm** The main Tesseract.js functions (ex. recognize, detect) take an `image` parameter, which should be something that is like an image. What's considered "image-like" differs depending on whether it is being run from the browser or through NodeJS. On a browser, an image can be: -- an `img`, `video`, or `canvas` element +- an `img` or `canvas` element - a `File` object (from a file ``) - a `Blob` object - a path or URL to an accessible image