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#
  4. Data from Scanner to Database

Data from Scanner to Database

Scheduled Pinned Locked Moved C#
databasequestion
8 Posts 5 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.
  • D Offline
    D Offline
    Dambod
    wrote on last edited by
    #1

    Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? thanks

    M H C 3 Replies Last reply
    0
    • D Dambod

      Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? thanks

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      Dambod wrote:

      Any one with idea?

      What is the problem then?

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      D 1 Reply Last reply
      0
      • M Manas Bhardwaj

        Dambod wrote:

        Any one with idea?

        What is the problem then?

        Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        D Offline
        D Offline
        Dambod
        wrote on last edited by
        #3

        Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? I am looking for idea on how to read data from scanned one

        D 1 Reply Last reply
        0
        • D Dambod

          Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? thanks

          H Offline
          H Offline
          Henry Minute
          wrote on last edited by
          #4

          Start by investigating the software that came with the scanner. Some of it can output into various formats e.g. Word, Excel etc. although I do not, personally, know of one that can do any DB formats. If that is no joy then there are several 'form-reading' applications. Just google on open source form reader. That should get you started. :)

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          D 1 Reply Last reply
          0
          • H Henry Minute

            Start by investigating the software that came with the scanner. Some of it can output into various formats e.g. Word, Excel etc. although I do not, personally, know of one that can do any DB formats. If that is no joy then there are several 'form-reading' applications. Just google on open source form reader. That should get you started. :)

            Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

            D Offline
            D Offline
            Dambod
            wrote on last edited by
            #5

            is that possible to 1. read data scanned based on some criteria, 2. put those data that meets the criteria to database? 3. if so, please some hint thank u so much

            H 1 Reply Last reply
            0
            • D Dambod

              Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? thanks

              C Offline
              C Offline
              cmk
              wrote on last edited by
              #6

              You could buy something like TeleForm[^]. You create a template form that has alignment markers on it. The software looks for the markers in the scanned image and uses them to locate the input fields specified when the template was created.

              ...cmk The idea that I can be presented with a problem, set out to logically solve it with the tools at hand, and wind up with a program that could not be legally used because someone else followed the same logical steps some years ago and filed for a patent on it is horrifying. - John Carmack

              1 Reply Last reply
              0
              • D Dambod

                is that possible to 1. read data scanned based on some criteria, 2. put those data that meets the criteria to database? 3. if so, please some hint thank u so much

                H Offline
                H Offline
                Henry Minute
                wrote on last edited by
                #7

                As I said in my previous post, there is software (known as OCR software) that can scan data into, for example, Excel. If you can get the data into Excel, then it is relatively easy to filter it from there into a database. AFAIK you cannot scan selectively, it's either all or nothing. As I also said there is a class of application that deals with producing forms that are filled in and then scanned. I believe these applications can use a database. I gave you a search term for Google, and I suggest that you use that search term, read through the hits that you get until you find something that sounds likely and proceed from there. There are enough hints in my two posts to give you a start. Try them out.

                Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

                1 Reply Last reply
                0
                • D Dambod

                  Hi there, I am working on projects which requires scanning data from scanner, format data,store selected data from scanned one to database. Any one with idea? I am looking for idea on how to read data from scanned one

                  D Offline
                  D Offline
                  Dave Kreskowiak
                  wrote on last edited by
                  #8

                  Repeating the same useless statement does not change the fact the you've asked a VERY general question that isn't really answerable. Without further detail, like what you mean by "data" and how this data is supposed to be formatted, it's pretty impossible to answer your question.

                  A guide to posting questions on CodeProject[^]
                  Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
                       2006, 2007, 2008
                  But no longer in 2009...

                  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