https://github.com/mariomarroquim/scanner-applet
Java applet to scan images and upload multiple images/files
https://github.com/mariomarroquim/scanner-applet
image-scanning java java-applet sane twain
Last synced: 8 months ago
JSON representation
Java applet to scan images and upload multiple images/files
- Host: GitHub
- URL: https://github.com/mariomarroquim/scanner-applet
- Owner: mariomarroquim
- License: mit
- Created: 2012-02-06T03:46:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-16T18:26:10.000Z (11 months ago)
- Last Synced: 2025-08-16T20:29:23.301Z (11 months ago)
- Topics: image-scanning, java, java-applet, sane, twain
- Language: Java
- Homepage:
- Size: 539 KB
- Stars: 6
- Watchers: 3
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Scanner Applet
==============
Java applet to scan images and upload multiple images/files. Made for an ECM project.
It provides:
* Support for image scanning on Windows and Linux.
* A lot of scanners are suportted through Twain and Sane interfaces.
* Multiple image/file upload is also avaliable.
* Easy to use API. Can be used in ANY webapp with minimum effort :)
Usage
-----
Just include [this code](https://gist.github.com/mariomarroquim/1760074) in your page. But first understand this:
* The `url_upload_pagina` is the URL your webapp has to provide to receive the files asynchronously. Each file will be received in the `upload` param.
* `id_documento` is the id for the document or something else that "owns" the files.
* `id_usuario` is the id for the user so you can authenticate it on the `url_upload_pagina`. I think you should pass a user hash or something.
* Replace the word "Sane" for "Twain" if the client is running Windows!
* Look into the code for more documentation :)
Support
-------
You can contact me at mariomarroquim@gmail.com.