is it possible to convert jpg to text file in java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santhianche
    New Member
    • Nov 2008
    • 1

    is it possible to convert jpg to text file in java

    In java how to convert a jpg file text data into word document .
  • Nepomuk
    Recognized Expert Specialist
    • Aug 2007
    • 3111

    #2
    Are you saying, you have a jpeg showing text which you want to read and then save as a word file? If so, that's going to take some heavy coding. Text recognition is a very complex task. You may want to look into neural networks, to allow it to learn itself, but as I said, it's a big task.

    Or do you simply want to save a jpeg as a picture in a Word file? If so, looking at Apache POI is probably the right way to go.

    Greetings,
    Nepomuk

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by santhianche
      In java how to convert a jpg file text data into word document .
      Why do you want to do that? Do you realize what you're asking for?

      kind regards,

      Jos

      Comment

      Working...