Skip to content
#

documents

Here are 418 public repositories matching this topic...

mrusme
mrusme commented Feb 7, 2018

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

apiontek
apiontek commented Apr 27, 2020

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

SuiteCRM
ficapy
ficapy commented Jun 15, 2015

http://pyzh.readthedocs.org/en/latest/Descriptor-HOW-TO-Guide.html#id11

在讲述资料描述符和非资料描述符的区别的时候
资料描述器和非资料描述器的区别在于:相对于实例的字典的优先级。如果实例字典中有与描述器同名的属性,如果描述器是资料描述器,优先使用资料描述器,如果是非资料描述器,优先使用字典中的属性。
译者注:这就是为何实例 a 的方法和属性重名时,比如都叫 foo Python会在访问 a.foo 的时候优先访问实例字典中的属性,因为实例函数的实现是个非资料描述器

这里的原因应该是访问的时候属性查找顺序造成的。先查找obj.__dict__再查找`type

iText 7 for Java represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.

  • Updated Jun 27, 2020
  • Java

iText 7 for .NET is the .NET version of the iText 7 library, formerly known as iTextSharp, which it replaces. iText 7 represents the next level of SDKs for developers that want to take advantage of the benefits PDF can bring. Equipped with a better document engine, high and low-level programming capabilities and the ability to create, edit and enhance PDF documents, iText 7 can be a boon to nearly every workflow.

  • Updated Jun 27, 2020
  • C#
web-client
africanforest
africanforest commented Feb 13, 2020

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

rishabhbatra10
rishabhbatra10 commented Sep 4, 2018

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]:

Improve this page

Add a description, image, and links to the documents topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the documents topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.