-
-
10 Jun 2019 08:23:08 UTC
- Distribution: Apache-Tika-Async
- Module version: 0.08
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (329 / 0 / 7)
- Kwalitee
Bus factor: 1- 18.37% Coverage
- License: perl_5
- Perl: v5.12.0
- Activity
24 month- Tools
- Download (13.18KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Apache::Tika::Async - connect to Apache Tika
SYNOPSIS
use Apache::Tika::Async; my $tika= Apache::Tika::Async->new; my $fn= shift; use Data::Dumper; my $info = $tika->get_all( $fn ); print Dumper $info->meta($fn); print $info->content($fn); # <html><body>... print $info->meta->{"meta:language"}; # en
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=Apache-Tika-Async or via mail to apache-tika-async-Bugs@rt.cpan.org.
AUTHOR
Max Maischein
corion@cpan.org
COPYRIGHT (c)
Copyright 2014-2019 by Max Maischein
corion@cpan.org
.LICENSE
This module is released under the same terms as Perl itself.
Module Install Instructions
To install Apache::Tika::Async, copy and paste the appropriate command in to your terminal.
cpanm Apache::Tika::Async
perl -MCPAN -e shell install Apache::Tika::Async
For more information on module installation, please visit the detailed CPAN module installation guide.