Opened 3 years ago

Last modified 3 years ago

#1088 new new feature

Auto Taxonomy

Reported by: Blucecio Owned by:
Priority: minor Milestone:
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 (1)

comment:1 Changed 3 years ago by admin

  • Milestone 8.6.2 deleted
  • Priority changed from major to minor
  • Type changed from improvement to new 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 3 years ago by admin (previous) (diff)
Note: See TracTickets for help on using tickets.