The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CORION::Apache::Tika - connect to Apache::Tika

SYNOPSIS

    use CORION::Apache::Tika;

    my $tika= CORION::Apache::Tika::Server->new;

    my $fn= shift;

    use Data::Dumper;
    print Dumper $tika->get_meta($fn);
    print Dumper $tika->get_text($fn);

WHY?

I had written this module earlier, but now there is Apache::Tika. This module will likely be rewritten to make use of Apache::Tika and/or to be API-compatible with it. Do not rely on this temporary name please.

REPOSITORY

The public repository of this module is https://github.com/Corion/apache-tika.

SUPPORT

The public support forum of this module is https://perlmonks.org/.

BUG TRACKER

Please report bugs in this module via the RT CPAN bug queue at https://rt.cpan.org/Public/Dist/Display.html?Name=CORION-Apache-Tika or via mail to corion-apache-tika-Bugs@rt.cpan.org.

AUTHOR

Max Maischein corion@cpan.org

COPYRIGHT (c)

Copyright 2014-2016 by Max Maischein corion@cpan.org.

LICENSE

This module is released under the same terms as Perl itself.