#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
Change History (3)
comment:1 by , 5 years ago
| Milestone: | 8.6.2 |
|---|---|
| Priority: | major → minor |
| Type: | improvement → new feature |
comment:2 by , 2 weeks ago
| Milestone: | → 9.2.3 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 by , 2 weeks ago
| Summary: | Auto Taxonomy → Auto Taxonomy / Auto Classification |
|---|
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