Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. International
  3. India
  4. Extract text from images?
QtWS25 Last Chance

Extract text from images?

Scheduled Pinned Locked Moved India
5 Posts 5 Posters 4.6k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ankursahu
    wrote on last edited by
    #1

    Hello all,
    I just want to know how to extract text from image(.jpg).
    Can anyone suggest me?

    Thanks

    1 Reply Last reply
    0
    • Hamed.MasafiH Offline
      Hamed.MasafiH Offline
      Hamed.Masafi
      wrote on last edited by
      #2

      save image // QImage::save(...)
      call gocr // QProcess ...
      read output // QProcess::readAll()
      ...

      Remote object sharing (OO RPC)
      http://forum.qt.io/topic/60680/remote-object-sharing-oo-rpc-solved

      Advanced, Powerful and easy to use ORM for Qt5
      https://forum.qt.io/topic/67417/advanced-powerful-and-easy-to-use-orm-for-qt5

      1 Reply Last reply
      0
      • p3c0P Offline
        p3c0P Offline
        p3c0
        Moderators
        wrote on last edited by
        #3

        Hi,

        bq. I just want to know how to extract text from image(.jpg)

        Could't get you exactly. Can you explain a bit more what you want to do ?

        157

        1 Reply Last reply
        1
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          Hi,

          It sounds like you want to use Optical Character Recognition (OCR) technology.

          You can either launch an external OCR program like BlackDal suggested, or can integrate a 3rd-party OCR library (like "Tesseract":https://code.google.com/p/tesseract-ocr/) into your code.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          1
          • O Offline
            O Offline
            ommishk
            Banned
            wrote on last edited by
            #5
            This post is deleted!
            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved