NAME
App::Zapzi::Transformers::HTML - transform text using HTMLExtractMain
VERSION
version 0.010
DESCRIPTION
This class takes HTML and returns the body without doing additional readable transforms.
METHODS
name
Name of transformer visible to user.
handles($content_type)
Returns true if this module handles the given content-type
transform(input)
Converts input to readable text. Returns true if converted OK.
AUTHOR
Rupert Lane <rupert@rupert-lane.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Rupert Lane.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.