Discussion:
[Mayan EDMS: 2232] Automatic tagging?
David Reagan
2017-12-29 00:43:17 UTC
Permalink
Is there a way to automatically tag a document based on what OCR outputs?

Maybe have it add tags for any word not in a banned list?
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
e***@gmail.com
2018-01-17 04:30:56 UTC
Permalink
I'm interested in this feature too. How to better implemented it? Make tags
more intelligent or create a workflow action that tags documents based on a
criteria field.
Post by David Reagan
Is there a way to automatically tag a document based on what OCR outputs?
Maybe have it add tags for any word not in a banned list?
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Price
2018-03-23 05:48:40 UTC
Permalink
Getting there. We are designing code that will give workflows some
intelligence. The feature (we a planning on calling it workflow filters)
will allow users to enter execution paths that will be executed based on
conditions. Example:

if document.OCR.contains "Invoice" then apply with "Invoice" tag.
if document.OCR.contains "Payment" then apply with "Payment" tag.

We've figured out the basic conditions system, still designing the user
interface part.
Post by e***@gmail.com
I'm interested in this feature too. How to better implemented it? Make
tags more intelligent or create a workflow action that tags documents based
on a criteria field.
Post by David Reagan
Is there a way to automatically tag a document based on what OCR outputs?
Maybe have it add tags for any word not in a banned list?
--
---
You received this message because you are subscribed to the Google Groups "Mayan EDMS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mayan-edms+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...