NAME
PDF::OCR2::Base
DESCRIPTION
SUBS
None are exported by default.
check_pdf()
Argument is path to pdf file. Checks with PDF::API2. Returns true or false, warns of any errors.
This uses an eval. Because PDF::API2 would otherwise die out on loading a bad pdf.
get_abs_pdf()
Argument is abs path to pdf.
May attempt to check a pdf, and repair an xref table (not on the original file). See PDF::OCR2.
AUTHOR
Leo Charre leocharre at cpan dot org
COPYRIGHT
Copyright (c) 2009 Leo Charre. All rights reserved.
LICENSE
This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".
DISCLAIMER
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the "GNU General Public License" for more details.