Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naptha/tesseract.js.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalearica <admin@scribeocr.com>2022-08-29 01:01:11 +0300
committerGitHub <noreply@github.com>2022-08-29 01:01:11 +0300
commit85e73216be2f3e6d7c6b3589a1a4e3a06839e6b7 (patch)
treec59f7c0680c3bd6e8c81540ecefe8b41e64d9dc9
parentb419e45114dce2719f8e26b188faefd86caca2a1 (diff)
Removed statement that video elements are supported per #647 (#652)
-rw-r--r--docs/image-format.md2
1 files changed, 1 insertions, 1 deletions
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 `<input>`)
- a `Blob` object
- a path or URL to an accessible image