pod fixes
[webpac2] / lib / WebPAC / Input / PDF.pm
index 8cba888..d981cbe 100644 (file)
@@ -17,7 +17,7 @@ WebPAC::Input::PDF - try to parse PDF tabular data
 
 =head1 SYNOPSIS
 
-Open PBF file in PDF export fromat
+Open PDF file 
 
  my $input = new WebPAC::Input::PDF(
        path => '/path/to/file.pdf',
@@ -193,9 +193,6 @@ sub size {
        return $#{$self->{_lines}} + 1;
 }
 
-=head1 SEE ALSO
-
-L<http://isibasic.com/help/helpprn.html> is only sane source of document format which Google could find...
  
 =head1 AUTHOR