Automated tagging for the community version v5.2f

cancel
Showing results for 
Search instead for 
Did you mean: 
joeschny
Member II

Automated tagging for the community version v5.2f

Hi,

installed Alfresco 5.2f in docker and works very nice.

I am trying to figure out how to tagging documents based on a few keywords with in the pdf documents, e.g. Invoice, bank name, Account statement, etc ...

Is there an add-on or some guidance on how to code this, or show i do keyword adding in the pdf documents before upload to alfresco?

thank you Joe

1 Reply
openpj
Moderator
Moderator

Re: Automated tagging for the community version v5.2f

You should implement your own Alfresco Metadata Extractor in Java using the PDFBox library to extract metadata from the first page of your documents.

Please see the following page from the documentation:

Metadata Extractors | Alfresco Documentation 

Hope this helps.