[Mayan EDMS: 2277] Re: Help with Permissions

2018-02-28 Thread LeVon Smoker
I am having the same problem. Did you find a solution to this? On Tuesday, January 30, 2018 at 3:07:20 PM UTC-5, Ray Hendricks wrote: > > I have two document types "Default" and "Personal" > > I have two roles "Default Owner" and "Personal Owner" > > I have two Groups "Work" and "Personal" > > Jim

[Mayan EDMS: 2278] Re: Help with Permissions

2018-02-28 Thread Ray Hendricks
No, I didn't. I'm currently interviewing developers to work on Mayan-EDMS for us. -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+unsubscr...@goo

Re: [Mayan EDMS: 2278] Re: Metadata extractor?

2018-02-28 Thread RW Shore
Thanks. Feel stupid for not finding it myself On Tue, Feb 27, 2018 at 7:21 PM, wrote: > Found this searching the web. Seems to be exactly what you are looking for. > > https://pypi.python.org/pypi/mayan-exif > > On Saturday, February 24, 2018 at 1:47:16 PM UTC-4, RW Shore wrote: >> >> Does anyon

Re: [Mayan EDMS: 2278] Announcing Mayan EDMS NG version 2.8

2018-02-28 Thread RW Shore
re version 2.8: do you plan to have a Docker container as well? (hint hint :-) On Tue, Feb 27, 2018 at 5:40 AM, wrote: > Hi all, > > We love Mayan EDMS and have come to depend on it for our daily work. Like > many of you we are worried about the effects hurricane Maria has had on the > developme

[Mayan EDMS: 2281] Re: Help with Permissions

2018-02-28 Thread LeVon Smoker
I have a hackish, hard-coded fix for this. A better fix would involve some to the DocumentPageResult model, but this works and I didn't feel like refactoring a bunch of code... In /usr/share/mayan-edms/mayan/apps/acls/managers.py, after line 144 (in the filter_by_access function), paste this in

Re: [Mayan EDMS: 2282] Announcing Mayan EDMS NG version 2.8

2018-02-28 Thread loneviking72
Yes we do :) But are trying to push some improvements before releasing it. Eric is working on modernizing the existing Docker image. He is also trying to merge it with the ARM Docker image to provide a single multi architecture image that would work the same on a PC and on a Raspberry Pi. We ar

[Mayan EDMS: 2283] Mayan EDMS Request for Comment documents (MERCs)

2018-02-28 Thread loneviking72
Hi all, this is the location of the proposed MERCs: https://gitlab.com/Michael.Price/mayan-edms/tree/master/docs/mercs At the moment we have the following proposals: * merc-process, MERC-0001 = Process MERC to propose the creation of the MERC documents. * test-writing, MERC-draft = Process MERC

[Mayan EDMS: 2284] Re: Help with Permissions

2018-02-28 Thread loneviking72
So to summarize, the document search works but the page search is broken, using that permissions scheme? Mayan's permission system supports permission inheritance. That means that if an object is a child object, it will inherit the permission requirements of its parent. If you hold the view per

Re: [Mayan EDMS: 2285] Re: Metadata extractor?

2018-02-28 Thread loneviking72
Cheers mate it happened to me too :) There is a veritable wealth of expansions, plugins and apps written for Mayan, but they are all over the web. Would be nice to have all that in a single place, like an app store. On Wednesday, February 28, 2018 at 2:08:27 PM UTC-4, RW Shore wrote: > > Thanks.

[Mayan EDMS: 2286] Re: Examples of metadata templates?

2018-02-28 Thread loneviking72
Need to check this, but i think the creation date is lost when uploading a file. From the point of view of Mayan (or any web app), the file being uploaded is a new file created the moment it is uploaded. The only way I can think the creation date can be preserved is by using a file format speci

[Mayan EDMS: 2287] Re: Can OCR be trained, or otherwise improved?

2018-02-28 Thread loneviking72
OCR itself is very prone errors. I've had good experience using transformation to lower the color space of images. I wonder why Tesseract doesn't do this itself. As for training, as far as I know Tesseract can be trained. Don't know the process. I think that language files for Tesseract are ac

Re: [Mayan EDMS: 2288] Announcing Mayan EDMS NG version 2.8

2018-02-28 Thread ericriggs42
I managed to get Mayan running using Alpine Linux but the final image size was almost the same using Ubuntu. There were too many path and configuration file changes and while Alpine runs well it is not LSB compliant. I don't think it is a fit for something like as complex as Mayan and needs to