Opened 4 years ago
Last modified 4 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
Change History (1)
comment:1 Changed 4 years ago by admin
- Milestone 8.6.2 deleted
- Priority changed from major to minor
- Type changed from improvement to new feature
Note: See
TracTickets for help on using
tickets.
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