Skip to content

Commit

Permalink
Add Blob in image format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu authored Jul 23, 2019
1 parent f655fbb commit e80056d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/image-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The main Tesseract.js functions (ex. recognize, detect) take an `image` paramete
On a browser, an image can be:
- an `img`, `video`, or `canvas` element
- a `File` object (from a file `<input>`)
- a `Blob` object
- a path or URL to an accessible image
- a base64 encoded image fits `data:image\/([a-zA-Z]*);base64,([^"]*)` regexp

Expand Down

0 comments on commit e80056d

Please sign in to comment.