ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Scanning PDF's

    IT Discussion
    13
    36
    2.8k
    Loading More Posts
    • 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.
    • Mike DavisM
      Mike Davis
      last edited by Mike Davis

      @fateknollogee said in Scanning PDF's:

      Which flavor of OmniPage are you running?

      Currently Nuance PowerPDF advanced.

      Edit: Nuance OmniPage 18 is the program that has the Agent. I'm not sure which they are currently selling. I've had this in place a long time.

      FATeknollogeeF 1 Reply Last reply Reply Quote 0
      • FATeknollogeeF
        FATeknollogee @Mike Davis
        last edited by

        @mike-davis

        1. Is the \server\scans folder a common folder for all users or does it contain sub-folders for each user?

        2. Who deletes (aka cleans) the folder or how do you make sure it stays clean & not just full of junk?

        Mike DavisM 1 Reply Last reply Reply Quote 0
        • Mike DavisM
          Mike Davis @FATeknollogee
          last edited by

          @fateknollogee said in Scanning PDF's:

          @mike-davis

          1. Is the \server\scans folder a common folder for all users or does it contain sub-folders for each user?

          2. Who deletes (aka cleans) the folder or how do you make sure it stays clean & not just full of junk?

          1. yes, the scans folder is a common folder for all domain users. I suppose you could create an individual folder for each user. I did create a different folder for the accounting and HR group, but didn't get down to individual users. I always create a user on the network called "scanner" and give the scanner user access to the folder where the scans land. Then if the copier guy needs the password, he gets the scanner service account username and password, which doesn't have access to any other shares on the network.

          2. Usually IT purges it once in a while, but I think I'm going to have to steal @DustinB3403 's idea and just schedule a job for that task.

          1 Reply Last reply Reply Quote 0
          • Mike DavisM
            Mike Davis
            last edited by

            This should go in the I can't even file, but the local copier guys have asked for the domain admin password when attempting to set up stuff like scan to desktop.... That's another reason to have a dedicated scanner service account with a password that doesn't change.

            1 Reply Last reply Reply Quote 2
            • FATeknollogeeF
              FATeknollogee @Mike Davis
              last edited by

              @mike-davis said in Scanning PDF's:

              @fateknollogee said in Scanning PDF's:

              Which flavor of OmniPage are you running?

              Currently Nuance PowerPDF advanced.

              Edit: Nuance OmniPage 18 is the program that has the Agent. I'm not sure which they are currently selling. I've had this in place a long time.

              PowerPDF Advanced says it will "Automate PDF creation jobs using a watched folder."
              https://www.nuance.com/print-capture-and-pdf-solutions/pdf-and-document-conversion/power-pdf-converter.html
              Is this what you are referring to in your prev post?

              Mike DavisM 1 Reply Last reply Reply Quote 0
              • Mike DavisM
                Mike Davis @FATeknollogee
                last edited by

                @fateknollogee I think they are still selling their OmniPage line. https://www.nuance.com/print-capture-and-pdf-solutions/optical-character-recognition/omnipage.html
                I'm not sure what the difference is between that and the PowerPDF line.

                1 Reply Last reply Reply Quote 0
                • stacksofplatesS
                  stacksofplates
                  last edited by stacksofplates

                  If you do run NextCloud or something on *nix, systemd has a path unit that can watch a directory and run whatever you tell it to when it sees a change. You could just script a move to a directory based on file name or whatever criteria you wanted.

                  1 Reply Last reply Reply Quote 2
                  • stacksofplatesS
                    stacksofplates
                    last edited by stacksofplates

                    Here's an example:

                    /usr/lib/systemd/system/watch-scans.service:

                    [Unit]
                    Description= Starts the logging script
                    
                    [Service]
                    Type=oneshot
                    ExecStart=/usr/local/bin/scan-script.sh
                    

                    /usr/lib/systemd/system/watch-scans.path:

                    [Unit]
                    Description= Runs scan script on directory change.
                    
                    [Path]
                    PathModified=/some/path/to-your/share/
                    
                    [Install]
                    WantedBy=multi-user.target
                    

                    Then just start and enable the path unit.

                    systemctl start watch-scans.path && systemctl enable watch-scans.path
                    
                    Mike DavisM 1 Reply Last reply Reply Quote 1
                    • Mike DavisM
                      Mike Davis @stacksofplates
                      last edited by

                      @stacksofplates Does *nix have an OCR engine that works well? Last time I looked for an open source one that worked under Windows, I couldn't find anything that worked.

                      stacksofplatesS 1 Reply Last reply Reply Quote 0
                      • stacksofplatesS
                        stacksofplates @Mike Davis
                        last edited by

                        @mike-davis said in Scanning PDF's:

                        @stacksofplates Does *nix have an OCR engine that works well? Last time I looked for an open source one that worked under Windows, I couldn't find anything that worked.

                        That I can’t answer. I don’t do much with scanning documents.

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 2 / 2
                        • First post
                          Last post