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. Design and Architecture
  4. Browser-based Document Scanning Application

Browser-based Document Scanning Application

Scheduled Pinned Locked Moved Design and Architecture
comquestion
10 Posts 5 Posters 2 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.
  • K Offline
    K Offline
    Kami Dehlvi
    wrote on last edited by
    #1

    Hi everyone, I am working on a browser-based document scanning application for IE it is fine as we can do scanning through ActiveX or Add-ons etc but when it comes to modern browsers like latest chrome, firefox and edge it is very hard to call any .exe or other is related functions from client-side .. What is the option to invoke scanner from modern browsers and do necessary file I/o on client end... Please don't mention proprietary software I prefer to work with open-source solutions.. regard

    L C B 4 Replies Last reply
    0
    • K Kami Dehlvi

      Hi everyone, I am working on a browser-based document scanning application for IE it is fine as we can do scanning through ActiveX or Add-ons etc but when it comes to modern browsers like latest chrome, firefox and edge it is very hard to call any .exe or other is related functions from client-side .. What is the option to invoke scanner from modern browsers and do necessary file I/o on client end... Please don't mention proprietary software I prefer to work with open-source solutions.. regard

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Since there's probably a human required to "load the scanner", having the browser control the action doesn't seem to make a lot of sense. Every scan usually involves creating a file, which is what you should be interested in.

      It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

      J 2 Replies Last reply
      0
      • K Kami Dehlvi

        Hi everyone, I am working on a browser-based document scanning application for IE it is fine as we can do scanning through ActiveX or Add-ons etc but when it comes to modern browsers like latest chrome, firefox and edge it is very hard to call any .exe or other is related functions from client-side .. What is the option to invoke scanner from modern browsers and do necessary file I/o on client end... Please don't mention proprietary software I prefer to work with open-source solutions.. regard

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        Kami Dehlvi wrote:

        it is very hard to call any .exe or other is related functions from client-side .

        Deliberately so, as it prevents ther browser from performing actions that it should not be allowed to do.

        1 Reply Last reply
        0
        • K Kami Dehlvi

          Hi everyone, I am working on a browser-based document scanning application for IE it is fine as we can do scanning through ActiveX or Add-ons etc but when it comes to modern browsers like latest chrome, firefox and edge it is very hard to call any .exe or other is related functions from client-side .. What is the option to invoke scanner from modern browsers and do necessary file I/o on client end... Please don't mention proprietary software I prefer to work with open-source solutions.. regard

          C Offline
          C Offline
          cjb110
          wrote on last edited by
          #4

          If your intending for a user to go to a third-party website and the site somehow controls a scanner they may or may not have, then that's a deadend. That goes against everything a browser is supposed to do. Your site should direct them to upload the scanned file, but the actual generation is in the users hands...obviously your site could provide guiding instructions. If your creating a scanner client and just want to use HTML for the interface, that's doable.

          K 1 Reply Last reply
          0
          • L Lost User

            Since there's probably a human required to "load the scanner", having the browser control the action doesn't seem to make a lot of sense. Every scan usually involves creating a file, which is what you should be interested in.

            It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

            J Offline
            J Offline
            jessicaescorts
            wrote on last edited by
            #5

            escorts ||

            1 Reply Last reply
            0
            • L Lost User

              Since there's probably a human required to "load the scanner", having the browser control the action doesn't seem to make a lot of sense. Every scan usually involves creating a file, which is what you should be interested in.

              It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

              J Offline
              J Offline
              jessicaescorts
              wrote on last edited by
              #6

              escorts ||

              1 Reply Last reply
              0
              • K Kami Dehlvi

                Hi everyone, I am working on a browser-based document scanning application for IE it is fine as we can do scanning through ActiveX or Add-ons etc but when it comes to modern browsers like latest chrome, firefox and edge it is very hard to call any .exe or other is related functions from client-side .. What is the option to invoke scanner from modern browsers and do necessary file I/o on client end... Please don't mention proprietary software I prefer to work with open-source solutions.. regard

                B Offline
                B Offline
                Blendi Soul
                wrote on last edited by
                #7

                Thanks for sharing it. I will try it on my blendinggadgets project.

                1 Reply Last reply
                0
                • C cjb110

                  If your intending for a user to go to a third-party website and the site somehow controls a scanner they may or may not have, then that's a deadend. That goes against everything a browser is supposed to do. Your site should direct them to upload the scanned file, but the actual generation is in the users hands...obviously your site could provide guiding instructions. If your creating a scanner client and just want to use HTML for the interface, that's doable.

                  K Offline
                  K Offline
                  Kami Dehlvi
                  wrote on last edited by
                  #8

                  Thanks for your reply, I am surprised to see replies, that document scanning is not possible from the client-side. well, it is for sure that secure browsers not allowing this access. But the question arrives here how can we enable a client-end document scanner to be accessed using the web, any new technology, way or possibility. Please share, regards

                  L C 2 Replies Last reply
                  0
                  • K Kami Dehlvi

                    Thanks for your reply, I am surprised to see replies, that document scanning is not possible from the client-side. well, it is for sure that secure browsers not allowing this access. But the question arrives here how can we enable a client-end document scanner to be accessed using the web, any new technology, way or possibility. Please share, regards

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    Kami Dehlvi wrote:

                    how can we enable a client-end document scanner

                    You cannot do it from a browser for the reasons already stated.

                    1 Reply Last reply
                    0
                    • K Kami Dehlvi

                      Thanks for your reply, I am surprised to see replies, that document scanning is not possible from the client-side. well, it is for sure that secure browsers not allowing this access. But the question arrives here how can we enable a client-end document scanner to be accessed using the web, any new technology, way or possibility. Please share, regards

                      C Offline
                      C Offline
                      cjb110
                      wrote on last edited by
                      #10

                      Well the other solution could be that the user installs a local piece of software, that in effect connects to a 'control' server and connects to the locally connected scanner. Then a separate web site 'could' send a message to the control server which then would tell the local software to act. But note that whole interaction makes no sense, far to much of the process is the user interacting with the physical scanner. So controlling 'remotely' via web sites doesn't help the process at all. Now if your actual concern is that the 'scanning, file, upload file to your site' etc process isn't as easy as it could be. Then yes I could understand that, but the solution would be a downloaded piece of software that interacts with all scanner types, scans and uploads the file to just your servers. I think most people hitting this concern have decided its better to educate (via the websites) the users on how to do the process rather than solve it with software.

                      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