ccc.plugins.search
Interface TextExtractor

All Superinterfaces:
StreamAction
All Known Implementing Classes:
PdfLoader, TxtExtractor, WordExtractor

public interface TextExtractor
extends StreamAction

An interface for various text extractors.

Author:
Civic Computing Ltd.

Field Summary
static int MAX_PAGES_TO_INDEX
          MAX_PAGES_TO_INDEX : int.
 
Method Summary
 java.lang.String getText()
           
 
Methods inherited from interface ccc.api.types.StreamAction
execute
 

Field Detail

MAX_PAGES_TO_INDEX

static final int MAX_PAGES_TO_INDEX
MAX_PAGES_TO_INDEX : int.

See Also:
Constant Field Values
Method Detail

getText

java.lang.String getText()


Copyright © 2010. All Rights Reserved.