documents
Here are 418 public repositories matching this topic...
Running paperless on python 3.8 (on ubuntu 20.04) with gunicorn 19.9.0 yields this error:
/usr/lib/python3.8/os.py:1023: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used
return io.open(fd, *args, **kwargs)
This was resolved in gunicorn 20.0 per this issue and doing
Love the interface, looking for information on semi-basic questions.
- This is a fairly fleshed out interface, are there any menu guides?
- What/how is the default document storage location?
- With the given setup/run sh files, how would I go about configuring a connection to my pre-existing database?
Issue
16 files has some sort of Sugar Pro references in code as comments.
Those should be removed
Steps to Reproduce
Try the search with BEGIN: pro
https://github.com/salesagility/SuiteCRM/search?q
-
Updated
Jun 20, 2020 - Go
python描述器引导(翻译)疑问
http://pyzh.readthedocs.org/en/latest/Descriptor-HOW-TO-Guide.html#id11
在讲述资料描述符和非资料描述符的区别的时候
资料描述器和非资料描述器的区别在于:相对于实例的字典的优先级。如果实例字典中有与描述器同名的属性,如果描述器是资料描述器,优先使用资料描述器,如果是非资料描述器,优先使用字典中的属性。
译者注:这就是为何实例 a 的方法和属性重名时,比如都叫 foo Python会在访问 a.foo 的时候优先访问实例字典中的属性,因为实例函数的实现是个非资料描述器
这里的原因应该是访问的时候属性查找顺序造成的。先查找obj.__dict__再查找`type
-
Updated
Jun 27, 2020 - Java
When using the workflow where a single notes file is created per PDF, would it be possible to add some customizability so that the notes file could be named something like examplepdf-org-noter.org rather than examplepdf.org.
I would like this functionality as it would allow the use of Doom Emacs file-templating features [(documented here)](https://github.com/hlissner/doom-emacs/blob/develop
-
Updated
Jun 27, 2020 - C#
Expected Behavior
... to see only documents matching the correspondent when selecting one in the document view in the menu on the left
Actual Behavior
... seeing all documents (unfiltered)
Steps to Reproduce the Problem
click on a correspondent to select it
Specifications
- Version of Paperless: the-paperless-project/paperless@c83dc66
-
Updated
Jun 26, 2020 - JavaScript
-
Updated
Jun 24, 2020 - Python
pなどで出力するようにしてやって、実行する方法によっては内容が変わることをコメントで提示したほうがよいかも
Originally posted by @hanachin in rurema/doctree#1895
Add linked websites to indexing queue only, if yet not in index to spare resources because indexed only once even in linked in many tweets.
At the moment when a page is open, you actually have no idea in which folder this page is located.
I think it would be very useful if a breadcrumb navigation was positioned above the editor bar.
The location would be convenient because for breadcrumb navigations mainly the width is important. The small loss of space by the height the bar is more than justified by the advantage of the useful fe
While trying to run the notebook notebook-examples/document_model_tutorial.ipynb I am geting this error in the 5th cell
NameError Traceback (most recent call last)
in ()
1 # Iterate and print
----> 2 for d in Document.objects.all()[0:10]:
-
Updated
Jun 22, 2020 - JavaScript
For historical reasons we have these dependencies declared in package.json:
- "react-flags": "daneryl/react-flags"
- "react-redux-form": "daneryl/react-redux-form#builded"
Since these PRs have already been merged we should point to the original repo.
I've done this for Travis, maybe @nicoddemus can do that for AppVeyor, too? I've also noticed that Travis supports Windows, too. Is it worth combining these two into one, Travis?
-
Updated
Feb 1, 2019 - Python
-
Updated
Feb 5, 2020 - Ruby
-
Updated
Jan 24, 2018 - Go
Improve this page
Add a description, image, and links to the documents topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the documents topic, visit your repo's landing page and select "manage topics."
Right now, there's a "languages" feature implemented, which allows the user to define, in what kind of languages the documents he usually uploads are written in. Under "Settings", each Paperwork user can select the languages he'd like Paperwork to support for his account.
This was being implemented, so that tesseract can be called with the according language option, which helps OCR.
Now, thi