You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,11 @@ Options needed:
22
22
23
23
`DOC_STORE` directory need read/write access for www-data.
24
24
25
-
`EXTRA_PATH`is used in the Document::extract_text method. This method allows you to get the text content of a document and requires `textract` tool on the server. `EXTRA_PATH` is helpfull when the PATH accessible by PHP does not contain the directory where `textract` is.
25
+
`PRAGMA_SET_CREATED_UPDATED_BY`is a generic methodto define created_by & updated_by fields on documents and folders.
26
26
27
-
As you already know,tThis functionnality requires the `textract` tool on the server (https://github.com/dbashford/textract) and several dependencies based on your OS :
27
+
`EXTRA_PATH` is used in the Document::extract_text method. This method allows you to get the text content of a document and requires `textract` tool on the server. `EXTRA_PATH` is helpfull when the PATH accessible by PHP does not contain the directory where `textract` is.
28
+
29
+
As you already know, this functionnality requires the `textract` tool on the server (https://github.com/dbashford/textract) and several dependencies based on your OS :
0 commit comments