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. Database & SysAdmin
  3. Database
  4. how do i scan a image from a flat bed scanner using python and Microsoft access

how do i scan a image from a flat bed scanner using python and Microsoft access

Scheduled Pinned Locked Moved Database
pythondatabasehelpquestion
5 Posts 3 Posters 8 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.
  • U Offline
    U Offline
    User 13985754
    wrote on last edited by
    #1

    hi please help me i have a project, need to write a code in ms access or python to do the able to press a button on the form windscreen that scans an image into my database field.

    Richard DeemingR CHill60C 2 Replies Last reply
    0
    • U User 13985754

      hi please help me i have a project, need to write a code in ms access or python to do the able to press a button on the form windscreen that scans an image into my database field.

      Richard DeemingR Offline
      Richard DeemingR Offline
      Richard Deeming
      wrote on last edited by
      #2

      You have already posted this: ACCESS DATABASE OR PYTHON - SCANNING FROM A FLAT BED SCANNER - Database Discussion Boards[^]


      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

      1 Reply Last reply
      0
      • U User 13985754

        hi please help me i have a project, need to write a code in ms access or python to do the able to press a button on the form windscreen that scans an image into my database field.

        CHill60C Offline
        CHill60C Offline
        CHill60
        wrote on last edited by
        #3

        Have you contacted the manufacturer of said scanner and asked them how to interact with it programmatically? Probably through an API that they would have to provide. As things stand, I could probably tell you how to interact with my old scanner - but you can bet your bottom dollar it won't work for yours. So more detail would be needed. As an aside, storing the actual scanned image onto your "database field" is probably going to be a very bad idea. The Access file is going to get very big very quickly. You should consider storing the image on the file system (it's what it is designed for) and storing a link to it on the database itself (hint - using explicit paths or drive mappings is not a good idea - a rather bitter experience with FileNet proved this to me in the past)

        U 1 Reply Last reply
        0
        • CHill60C CHill60

          Have you contacted the manufacturer of said scanner and asked them how to interact with it programmatically? Probably through an API that they would have to provide. As things stand, I could probably tell you how to interact with my old scanner - but you can bet your bottom dollar it won't work for yours. So more detail would be needed. As an aside, storing the actual scanned image onto your "database field" is probably going to be a very bad idea. The Access file is going to get very big very quickly. You should consider storing the image on the file system (it's what it is designed for) and storing a link to it on the database itself (hint - using explicit paths or drive mappings is not a good idea - a rather bitter experience with FileNet proved this to me in the past)

          U Offline
          U Offline
          User 13985754
          wrote on last edited by
          #4

          the database program consith of the following fields Name Surname Scanned document of The Person Please help i am new to programming i do not want to loose hope!

          CHill60C 1 Reply Last reply
          0
          • U User 13985754

            the database program consith of the following fields Name Surname Scanned document of The Person Please help i am new to programming i do not want to loose hope!

            CHill60C Offline
            CHill60C Offline
            CHill60
            wrote on last edited by
            #5

            Quote:

            Have you contacted the manufacturer of said scanner and asked them how to interact with it programmatically? Probably through an API that they would have to provide.

            If you are new to programming then getting a scanner to work through an API is probably beyond your current capabilities. Your table (it is not a database) should also include a unique identifier for the person (after all, people can have the same name). Do not store the actual document on the database, store it's relative path or it's path relative to a fixed folder name.

            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