• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Building Scanning Function

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
HELP.....I now developing a java web based application and now need to add in a scanning function inside there.
I need to scan a document or photo with the web application and then store it into MySQL database.
Is that possible to do?
Can someone experienced this help me or give me some opinion...?

Thanks to all who view and reply.

Good day....
 
Ranch Hand
Posts: 3640
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You required J2SE (Applet/Swing/AWT/Core Java) components for that. Usually Scanning Device Manufacturer provides APIs to integrate their device in other application. Just contact manufacturer and ask for API to access scanning functionality from Java.
 
Wang Hsin Yoong
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for reply.
I have a question here. Hope someone can help me out.
I need a OCR support in my system, I found that OCR API is not available free. Is there someone had developed some systems that using OCR API before? Can I develop an OCR myself? or where can I get references?

Thanks you for viewing my post and reply.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic