Hi,

Thanks for using Mayan EDMS!  There is an initial API interface but it is 
not documented because it is still in early alpha state.  One of the items 
in the to do list for the current development version is to get this API 
into a more usable beta version with which developers can start 
interfacing.  Since Mayan is a Django project, which in turn is a 
collection of small apps, another way to add the functionality would be to 
create an app for the specific purpose you need.  This has the advantage of 
keeping your code isolated from the rest of the project, but would require 
some knowledge of the models and internals structures, however this is what 
this mailing list is for too.  So fork the code at github, do a 
'django-admin startapp pdf_metadata' and start hacking away! :)

On Wednesday, June 6, 2012 3:55:24 AM UTC-4, waris mir wrote:
>
> Hello everyone 
>
> I am using Mayan EDMS at work and I need a functionality to 
> automatically extract metadata from PDF files. 
>
> I cannot find anything in the documentation that show the standard way 
> to extend Mayan. 
>
> I wanted to know if there is any plugin functionality. If there is no 
> plugin functionality then do I just add stuff to relevant places in 
> the code? What would be the correct/preferred way to add this 
> functionality to Mayan? 
>
> Thank You.

Reply via email to