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