Browse Source

typo

master
Pascal Gloor 5 years ago
parent
commit
d7d47c7262
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      bin/autodoc_process.pl

+ 2
- 2
bin/autodoc_process.pl View File

my($file) = @_; my($file) = @_;
my $txt = ''; my $txt = '';


open(OCR,"tesseract -l eng+deu+fra+ita %s - |", $file));
open(OCR,sprintf("tesseract -l eng+deu+fra+ita %s - |", $file));
while(<OCR>) { while(<OCR>) {
$txt .= $_; $txt .= $_;
} }
close(OCR); close(OCR);
return $txt; return $txt;
} }
sub create_page_words { sub create_page_words {

Loading…
Cancel
Save