Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • 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
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Papermerge - Scan & OCR

Papermerge - Scan & OCR

Scheduled Pinned Locked Moved App Wishlist
11 Posts 5 Posters 4.7k Views 7 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.
  • marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #1

    "Open Source Document Management System for Digital Archives
    Designed for scanned documents. Perfect software that will help you reduce paper clutter and keep your business organised."

    • https://www.papermerge.com
    • https://www.papermerge.com/demo
    • https://github.com/ciur/papermerge
    • https://github.com/ciur/papermerge#comparison-with-other-dms
    • https://papermerge.readthedocs.io/en/latest/setup/docker.html

    The OCR looks decent and maybe better for personal use than MayanEDMS, which also looks excellent.

    I can see it being a good pairing with Invoice Ninja / Firefly III.

    Web Design & Development: https://www.evergreen.je
    Technology & Apps: https://www.marcusquinn.com

    doodlemania2D 1 Reply Last reply
    9
    • marcusquinnM marcusquinn

      "Open Source Document Management System for Digital Archives
      Designed for scanned documents. Perfect software that will help you reduce paper clutter and keep your business organised."

      • https://www.papermerge.com
      • https://www.papermerge.com/demo
      • https://github.com/ciur/papermerge
      • https://github.com/ciur/papermerge#comparison-with-other-dms
      • https://papermerge.readthedocs.io/en/latest/setup/docker.html

      The OCR looks decent and maybe better for personal use than MayanEDMS, which also looks excellent.

      I can see it being a good pairing with Invoice Ninja / Firefly III.

      doodlemania2D Offline
      doodlemania2D Offline
      doodlemania2
      App Dev
      wrote on last edited by
      #2

      I have begun to package this today. Hope to have something for comment in the next few days.

      cc: @marcusquinn

      doodlemania2D 1 Reply Last reply
      9
      • doodlemania2D doodlemania2

        I have begun to package this today. Hope to have something for comment in the next few days.

        cc: @marcusquinn

        doodlemania2D Offline
        doodlemania2D Offline
        doodlemania2
        App Dev
        wrote on last edited by
        #3

        @doodlemania2 I've got this thing to a heartbeat status but it has lots of dependencies flying around - trying another approach to packaging to squash em. Will advise on first checkin.

        doodlemania2D 1 Reply Last reply
        7
        • doodlemania2D doodlemania2

          @doodlemania2 I've got this thing to a heartbeat status but it has lots of dependencies flying around - trying another approach to packaging to squash em. Will advise on first checkin.

          doodlemania2D Offline
          doodlemania2D Offline
          doodlemania2
          App Dev
          wrote on last edited by
          #4

          @doodlemania2 Some progress - I'm checked in here (link). Do NOT try to run this - it will go kaboom. I've got to work with the author some to see if we can move mod_wsgi, try an embedded apache (in python's virtual environment) and a few other things.

          Anyways, if you happen to know python, django, virtualenv - dive in and contribute! If not, I'll keep you all posted as things come together.

          robiR 1 Reply Last reply
          3
          • doodlemania2D doodlemania2

            @doodlemania2 Some progress - I'm checked in here (link). Do NOT try to run this - it will go kaboom. I've got to work with the author some to see if we can move mod_wsgi, try an embedded apache (in python's virtual environment) and a few other things.

            Anyways, if you happen to know python, django, virtualenv - dive in and contribute! If not, I'll keep you all posted as things come together.

            robiR Offline
            robiR Offline
            robi
            wrote on last edited by
            #5

            @doodlemania2 there are many things better than apache, and you can test without it..

            https://www.toptal.com/python/pythons-wsgi-server-application-interface

            Can also see about uWSGI.

            Conscious tech

            doodlemania2D 1 Reply Last reply
            0
            • robiR robi

              @doodlemania2 there are many things better than apache, and you can test without it..

              https://www.toptal.com/python/pythons-wsgi-server-application-interface

              Can also see about uWSGI.

              doodlemania2D Offline
              doodlemania2D Offline
              doodlemania2
              App Dev
              wrote on last edited by
              #6

              😞 still stuck but still tinkering - can't get past the app REALLY wanting r+w access to where it's installed. Might TRY to install it to /app/data just to get unstuck even though I know that's poop

              marcusquinnM 1 Reply Last reply
              1
              • doodlemania2D doodlemania2

                😞 still stuck but still tinkering - can't get past the app REALLY wanting r+w access to where it's installed. Might TRY to install it to /app/data just to get unstuck even though I know that's poop

                marcusquinnM Offline
                marcusquinnM Offline
                marcusquinn
                wrote on last edited by
                #7

                @doodlemania2 V annoying when apps want to write data to their own directory and quite bad practice from a security point as executable code directories shouldn't be writable by anything other than the deployment process. That sounds like an upstream issue to report, maybe suggest a feature for a config setting for the write paths.

                Web Design & Development: https://www.evergreen.je
                Technology & Apps: https://www.marcusquinn.com

                doodlemania2D 1 Reply Last reply
                0
                • marcusquinnM marcusquinn

                  @doodlemania2 V annoying when apps want to write data to their own directory and quite bad practice from a security point as executable code directories shouldn't be writable by anything other than the deployment process. That sounds like an upstream issue to report, maybe suggest a feature for a config setting for the write paths.

                  doodlemania2D Offline
                  doodlemania2D Offline
                  doodlemania2
                  App Dev
                  wrote on last edited by
                  #8

                  @marcusquinn I've spoken with author - he's sympathetic but appears quite focused on iterative development of features. Don't blame him at all, just a different focus.

                  girishG 1 Reply Last reply
                  1
                  • doodlemania2D doodlemania2

                    @marcusquinn I've spoken with author - he's sympathetic but appears quite focused on iterative development of features. Don't blame him at all, just a different focus.

                    girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #9

                    @doodlemania2 did you have any comparison between papermerge and paperless-ng ? It seems you have started focusing on the latter. Was it just because of packaging issues?

                    jdaviescoatesJ doodlemania2D 2 Replies Last reply
                    1
                    • girishG girish

                      @doodlemania2 did you have any comparison between papermerge and paperless-ng ? It seems you have started focusing on the latter. Was it just because of packaging issues?

                      jdaviescoatesJ Offline
                      jdaviescoatesJ Offline
                      jdaviescoates
                      wrote on last edited by
                      #10

                      @girish said in Papermerge - Scan & OCR:

                      comparison between papermerge and paperless-ng ?

                      I tend to do this in the first instance

                      https://selfhosted.libhunt.com/compare-paperless-ng-vs-papermerge

                      Looks like Papermerge has the edge on paper but not a lot in it.

                      I use Cloudron with Gandi & Hetzner

                      1 Reply Last reply
                      0
                      • girishG girish

                        @doodlemania2 did you have any comparison between papermerge and paperless-ng ? It seems you have started focusing on the latter. Was it just because of packaging issues?

                        doodlemania2D Offline
                        doodlemania2D Offline
                        doodlemania2
                        App Dev
                        wrote on last edited by
                        #11

                        @girish papermerge was indeed more difficult to package, but also, i really enjoy the auto processing in paperless much more. i didn't do any scientific tests, of course, but after working with both - it fit my needs. I now have an app with about 10K scanned docs on it, all OCRd, tagged, and quite nice!

                        that's not to say papermerge isn't good - just where i landed 🙂

                        1 Reply Last reply
                        2

                        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                        With your input, this post could be even better 💗

                        Register Login
                        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
                        • Bookmarks
                        • Search