Opened 5 years ago

Closed 2 weeks ago

Last modified 2 weeks ago

#1088 closed new feature (fixed)

Auto Taxonomy / Auto Classification

Reported by: Alex Owned by:
Priority: minor Milestone: 9.2.3
Component: Core Version: 8.6.1
Keywords: Cc:

Description

A prospect asked if Logicaldoc has auto-taxonomy features.
In practice, if LogicalDOC is able to recognize and classify a document based on its content.
Other software offers this type of functionality.
It would be possible to define rules based on the content of the document that go to: tag the document, move it to a folder or apply a document class

https://www.cmswire.com/cms/information-management/autoclassification-friend-or-foe-of-taxonomy-management-014222.php

Change History (3)

comment:1 by admin, 5 years ago

Milestone: 8.6.2
Priority: majorminor
Type: improvementnew feature

Cannot you use an Automation script for this?
To extract the body of your document you can use this: #set( $body = $ContextTool.getBean('DocumentManager').parseDocument($document, null) )

You can then inspect the content and implement your own algorithm to change the target folder, adding tags, update medatas and so on

Last edited 5 years ago by admin (previous) (diff)

comment:2 by admin, 2 weeks ago

Milestone: 9.2.3
Resolution: fixed
Status: newclosed

comment:3 by admin, 2 weeks ago

Summary: Auto TaxonomyAuto Taxonomy / Auto Classification
Note: See TracTickets for help on using tickets.