owncloud / docs-server

ownCloud Server Documentation
https://doc.owncloud.com
GNU Affero General Public License v3.0
12 stars 28 forks source link

New feature: PDF file classification #1248

Closed jnweiger closed 5 months ago

jnweiger commented 5 months ago

WHAT Needs to be Documented?

XPath syntax for various document types are tricky. We need to show good examples for office documents (old) and PDF files (new). Also we should show the usage of exiftool to retrieve the exact strings used in the XPath. XPath functions like local-name() and starts-with() should be documented as working, ends-with() as not working.

See

WHERE Does This Need To Be Documented (Link)?

https://doc.owncloud.com/server/10.13/admin_manual/enterprise/document_classification/classification_and_policy_enforcement.html#automated-classification-based-on-document-metadata

WHY Should This Change Be Made?

The UI is non-intuitive. Admins need to understand the different XPath queries needed for different file types.

(Optional) What Type Of Content Change Is This?

(Optional) Which Manual Does This Relate To?

mmattel commented 5 months ago

Should we combine the content with the upcoming https://github.com/owncloud/files_classifier/pull/796 PR?

jnweiger commented 5 months ago

Should we combine the content with the upcoming owncloud/files_classifier#796 PR?

Yes, same thing.