cancel
Showing results for 
Search instead for 
Did you mean: 

Automated tagging for the community version v5.2f

joeschny
Champ in-the-making
Champ in-the-making

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 1

openpj
Elite Collaborator
Elite Collaborator

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.