Metadata-Version: 1.0
Name: wildcard.pdfpal
Version: 0.5b5
Summary: PDF Thumbnail generation, OCR indexing and extra views integrated with plone.app.async
Home-page: http://svn.plone.org/svn/plone/plone.example
Author: Nathan Van Gheem
Author-email: nathan.vangheem@wildcardcorp.com
License: GPL
Description: Introduction
        ============
        This package provides some nice integrations for PDF heavy web sites.
        
        * Generates thumbnails from PDF
        * Adds folder view for pdfs so it can use the generated thumbnail
        * Adds OCR for PDF indexing
        * Everything configurable so you can choose to not use thumbnail gen or OCR
        * use the `@@async-monitor` url to monitor asynchronous jobs that have yet to run
        
        
        OCR
        ---
        
        OCR requires Ghostscript to be installed and Tesseract. Just you package management
        to install these packages:
        
          # sudo port install ghostscript tesseract
          
          
        Extra
        -----
        
        You can convert all at once by calling the url `@@queue-up-all`.
        
        
        Changelog
        =========
        
        0.5b5 ~ 2010-12-07
        ------------------
        
        - did not conditionally import plone.app.async
        
        
        0.5b4 ~ 2010-12-06
        ------------------
        
        * better info on async monitor
        
        * only reindex searchabletext when doing OCR so the modification date on
          the object does not get set.
          
        * make sure to catch exceptions so it doesn't leave around files after a bad conversion
        
        * add colorbox for pdf folder view
        
        
        0.5b3 ~ 2010-12-02
        ------------------
        
        * add ability to queue up all pdf files
        
        
        0.5b2 - 2010-12-02
        ------------------
        
        * fix async monitor view
        
        0.5b1 - 2010-12-02
        ------------------
        
        * Initial release
        
        
Keywords: pdf plone thumbnail ocr async
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
