Packages

Provides a LiveComponent that renders a HTML5 canvas component for use with Tesserax.

Current section

Files

Jump to
tesserax_live package.json
Raw

package.json

{
"name": "tesserax_live",
"version": "1.0.0",
"description": "This package provides a `LiveComponent` to be used with `LiveView` that creates a canvas HTML component. Furthermore, this package utilizes `Tesserax`, which uses Tesseract OCR, to recognize the drawn text inside the canvas HTML component.",
"main": "./priv/static/tesserax_live.js",
"directories": {
"lib": "lib",
"test": "test"
},
"author": "zteln",
"license": "MIT"
}