Results 1 to 5 of 5

Thread: [RESOLVED] Need Solution for Convert JPG image(with text) to text using VB.net

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved [RESOLVED] Need Solution for Convert JPG image(with text) to text using VB.net

    Hi All,

    I need suggestion and idea for my application. My project theme is "JPG image will contains text", i need to pick text only from JPG image. Is there
    any possiblity to do this application using VB.Net.

    Friends, I need valuable idea and suggestion from you all.

    I attach sample JPG image for your reference.
    Attached Images Attached Images  

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,296

    Re: Need Solution for Convert JPG image(with text) to text using VB.net

    So, you're saying that you want to be able to look at an image and convert the text it contains into editable text, like OCR software, right? That's certainly possible, as OCR software proves, but it's VERY complex and VB.NET is certainly not the language you'd use for something like that. It would be extremely computationally intensive so unmanaged C++ would probably be the language of choice for such a project.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Re: Need Solution for Convert JPG image(with text) to text using VB.net

    Ya you are right jmcilhinney!!! but i dont have idea in C++.. Can you say any solution in Vb.net...

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,296

    Re: Need Solution for Convert JPG image(with text) to text using VB.net

    You say "solution" like it's a few lines of code. Liek I said, this would be very, very complex. The fact that you're asking this is pretty much proof that it's not something you could do. I'm sure that it would take me months to get anywhere near a solution. It's just not realistic to write something like that from scratch.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jul 2010
    Posts
    66

    Resolved Re: Need Solution for Convert JPG image(with text) to text using VB.net

    Thanks jmcilhinney!! I try over with any other concept without using JPG files.

    Thanks for your instant help.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width