Search found 24 matches
- Tue Sep 10, 2019 3:18 pm
- Forum: Feature requests
- Topic: New document properties for OCR and parsing status
- Replies: 7
- Views: 3646
Re: New document properties for OCR and parsing status
That's great. Thanks so much!
- Sat Sep 07, 2019 3:07 am
- Forum: Feature requests
- Topic: New document properties for OCR and parsing status
- Replies: 7
- Views: 3646
Re: New document properties for OCR and parsing status
Roberto: Can you read my post again? I think you answered a different question than the one I asked. I understand the limitations/problems with flagging OCR content, which is why I'm not asking for that. I'd like to trigger a workflow transition when a process to remove ALL OCR content (not just a s...
- Thu Sep 05, 2019 5:40 pm
- Forum: Feature requests
- Topic: New document properties for OCR and parsing status
- Replies: 7
- Views: 3646
Re: New document properties for OCR and parsing status
Roberto: On a somewhat related topic, could you add the option to remove parsing data or OCR data from a document? This can be done from the Django admin panel, but it would be nice to do it from within Mayan. I'm imagining two options in the document Actions dropdown menu like "Remove OCR" and "Rem...
- Tue Jul 02, 2019 2:20 pm
- Forum: Issues or Errors
- Topic: Docker image for 3.2 appears broken
- Replies: 12
- Views: 3944
Re: Docker image for 3.2 appears broken
"gcc" was the missing piece. Thanks.
- Fri Jun 28, 2019 9:06 pm
- Forum: Issues or Errors
- Topic: Docker image for 3.2 appears broken
- Replies: 12
- Views: 3944
Re: Docker image for 3.2 appears broken
It looks like I mis-diagnosed the source of the problem. I thought it was the loading of the settings module, but it is actually tied to the installation of the packages needed for LDAP. Starting a container with: -e MAYAN_APT_INSTALLS="libldap2-dev libsasl2-dev libssl-dev" -e MAYAN_PIP_INSTALLS="py...
- Tue Jun 18, 2019 1:01 pm
- Forum: Issues or Errors
- Topic: Docker image for 3.2 appears broken
- Replies: 12
- Views: 3944
Re: Docker image for 3.2 appears broken
How about those of us loading a custom settings module with Docker (e.g., MAYAN_SETTINGS_MODULE=mayan_settings.settings_ldap)? Something is now broken. Is there a new way to import the base settings?
Code: Select all
from mayan.settings.production import *
- Mon Jun 03, 2019 1:51 pm
- Forum: General topics
- Topic: New to Mayan - use case questions
- Replies: 5
- Views: 7126
Re: New to Mayan - use case questions
Roberto:
I too am working on a large enterprise deployment of Mayan to replace an antiquated ApplicationXtender setup. We're hitting a volume of data where we may be interested in paying for your professional services to bring Mayan up to scale. How can we get in touch to discuss? Thanks.
I too am working on a large enterprise deployment of Mayan to replace an antiquated ApplicationXtender setup. We're hitting a volume of data where we may be interested in paying for your professional services to bring Mayan up to scale. How can we get in touch to discuss? Thanks.
- Fri May 10, 2019 2:53 pm
- Forum: General topics
- Topic: Logging upload errors and identifying duplicates on upload
- Replies: 1
- Views: 5643
Logging upload errors and identifying duplicates on upload
We're using Mayan to store large quantities of PDFs and need to upload batches of them at a time (~50 to 150 PDFs is not uncommon). Mayan is pretty good at importing the files using the web upload interface, but occasionally some of the files in a batch will error out. Errors get triggered for vario...
- Fri Apr 05, 2019 9:01 pm
- Forum: Feature requests
- Topic: Indexes: Replace level count with number of children
- Replies: 1
- Views: 952
Indexes: Replace level count with number of children
When viewing indexes, Mayan includes three pieces of information: the title of the tree level, the number of levels, and the number of documents. Screen Shot 2019-04-05 at 2.52.42 PM.png To my mind, the levels metric is completely irrelevant because it includes every branch down the tree, not just t...
- Wed Jan 30, 2019 5:18 pm
- Forum: Under the hood
- Topic: LDAP and Settings files
- Replies: 4
- Views: 2892
Re: LDAP and Settings files
It's actually incredibly simple, but the lack of documentation complicates things. Here's what you need. First, create your settings file (ldap_settings.py or whatever). Your simple configuration file should be sufficient for testing. Second, save it to the correct location for your deployment (dire...