Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Optical Character recognition(OCR)

Optical Character recognition(OCR)

Scheduled Pinned Locked Moved C / C++ / MFC
adobetutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • 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
    Ankush Mehta
    wrote on last edited by
    #1

    i want to make an OCR application & extract text from an image. i am trying the following approach. 1) i can convert an image to PDF. 2) i can extract text from PDF. So, theoretically, perhaps OCR is possible this way- to convert image to PDF & then convert the PDF into text & do whatever search operations you have to. http://www.altimate.ca/flash/ocrdsktp.htmshows the above approach. However, i can extract text from any normal pdf, it is not happening with a pdf that has been generated from an image.What things may i be missing? Kindly Guide. Ankush Mehta

    C 1 Reply Last reply
    0
    • A Ankush Mehta

      i want to make an OCR application & extract text from an image. i am trying the following approach. 1) i can convert an image to PDF. 2) i can extract text from PDF. So, theoretically, perhaps OCR is possible this way- to convert image to PDF & then convert the PDF into text & do whatever search operations you have to. http://www.altimate.ca/flash/ocrdsktp.htmshows the above approach. However, i can extract text from any normal pdf, it is not happening with a pdf that has been generated from an image.What things may i be missing? Kindly Guide. Ankush Mehta

      C Offline
      C Offline
      Cedric Moonen
      wrote on last edited by
      #2

      Simply because your image will be recognized as an image within the pdf file. So you cannot extract text from an image. From the link you gave us, they probably do character recognition inside their program.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups