• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to ...........?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm working in a company. I'm required to cut some part of a image and convert the text on the image into text....,I mean that I have to perform OCR operation. I've heard about JAI. How should I start with it can anyone guide with the startup... Any tutorials I can find. And sample codes.


Please can anyone help me out.



Thanking all of you in Advance..



Presi

 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The JAI homepage is here but the JAI is used for processing images, not OCR. A quick Google Search turned up a couple of OCR packages for Java, Java OCR and Asprise, both of which are around $1000 for a developer license.
reply
    Bookmark Topic Watch Topic
  • New Topic