pdfcheck - check a pdf document for correctness and compatibility with ocr
=head1 DESCRIPTION
Test a pdf document for what we can do with it on this system.
Test a pdf file for ability to pass ocr.
This tests problem pdf documents, for things like malformed xref tables.
These are pdf documents that for some reason are not spitting out text, and you think they should.
The order of tests are
basic filesystem check
check for PDF::API2 and CAM::PDF
PDF::Burst
PDF::OCR2
=head1 USAGE
pdfcheck [OPTION].. [FILE]..
=head2 OPTION
-d debug
-h help
-v version
-b attempt PDF::Burst and PDF::OCR2
=head2 Usage Examples
pdfcheck ./file.pdf
=head1 SEE ALSO
L<PDF::OCR2> - parent package.
=head1 BUGS
If the test fails, and you think this is an error- that the file should pass- then please
contact leocharre at cpan dot org, with the output and the test file.
pdfcheck ./file.pdf > output.txt
=head1 AUTHOR
Leo Charre leocharre at cpan dot org
=head1 COPYRIGHT
Copyright (c) 2009 Leo Charre. All rights reserved.
=head1 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".
=head1 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.
=cut
Keyboard Shortcuts
Global
s
Focus search bar
?
Bring up this help dialog
GitHub
gp
Go to pull requests
gi
go to github issues (only if github is preferred repository)