Metadata-Version: 1.0
Name: collective.documentviewer
Version: 1.0a1
Summary: documentviewer integration
Home-page: http://svn.plone.org/svn/collective/
Author: Nathan Van Gheem
Author-email: vangheem@gmail.com
License: GPL
Description: Introduction
        ============
        
        This package integrates documentcloud's viewer and pdf processing
        into plone.
        
        Example viewer: https://www.documentcloud.org/documents/19864-goldman-sachs-internal-emails
        
        Besides displaying PDFs, it will also display:
        
         - Word
         - Excel
         - Powerpoint
         - HTML
         - RTF
        
        
        Install requirements
        --------------------
        
         - docsplit: http://documentcloud.github.com/docsplit/
         - graphicsmagick
         - ghostscript
         - poppler
         - tesseract
         - pdftk
         - openoffice(for doc, excel, ppt, etc types)
        
        TODO
        ----
        
         - add text back to pdf(necessary?)
           - slow...
         - remove images after file is deleted for plain file storage
         - take hash of file to compare if it's already converted
        Changelog
        =========
        
        1.0a1 (2012-04-17)
        ------------------
        
        - Initial release
        
Keywords: plone documentviewer pdf ocr doc viewer
Platform: UNKNOWN
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
