Group
Extension

Matches 1

Alien-pdf2json ( Z/ZM/ZMUGHAL/Alien-pdf2json-0.002.tar.gz, ZMUGHAL, 2016; MetaCPAN )
Alien-pdf2json/lib/Alien/pdf2json.pm ( view source; MetaCPAN )
package Alien::pdf2json;
$Alien::pdf2json::VERSION = '0.002';
use strict;
use warnings;

use parent 'Alien::Base';
use File::Spec;

sub pdf2json_path {
  my ($self) = @_;
  File::Spec->catfile( $self-
>dist_dir , 'bin', 'pdf2json' );
}

1;

__END__

=pod

=encoding UTF-8

=head1 NAME

Alien::pdf2json

=head1 VERSION

version 0.002

=head1 METHODS

=head2 pdf2json_path

Returns a C<Str> which contai
ns the absolute path
to the C<pdf2json> binary.

=head1 NAME

Alien::pdf2json - Alien package for the pdf2json PDF extraction library

=head1 LICENSE

pdf2json is licensed under GNU GPL v2.

=head1 SE

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.