Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bahmutov/image-as-script
JavaScript code recognized and executed from an image
https://github.com/bahmutov/image-as-script
demo javascript ocr optical-character-recognition
Last synced: about 1 month ago
JSON representation
JavaScript code recognized and executed from an image
- Host: GitHub
- URL: https://github.com/bahmutov/image-as-script
- Owner: bahmutov
- Created: 2017-11-17T04:43:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T04:52:07.000Z (almost 7 years ago)
- Last Synced: 2024-08-13T03:04:54.325Z (3 months ago)
- Topics: demo, javascript, ocr, optical-character-recognition
- Language: JavaScript
- Homepage: https://image-as-script-ghddqbrcgj.now.sh
- Size: 1.24 MB
- Stars: 14
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# image-as-script
People argue why the websites are so slow - is it the large images or lots of
JavaScript? The next natural step is to send large images *with JavaScript*.
Then one can run [character recognition library](https://github.com/antimatter15/ocrad.js)
to get the JavaScript out of the image and execute it. Seems reasonable.![Recognized JS code](recognized-code.png)
This repo: [https://github.com/bahmutov/image-as-script](https://github.com/bahmutov/image-as-script)