瀏覽代碼

typo

master
Pascal Gloor 5 年之前
父節點
當前提交
d7d47c7262
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      bin/autodoc_process.pl

+ 2
- 2
bin/autodoc_process.pl 查看文件

@@ -122,12 +122,12 @@ sub ocr_file {
my($file) = @_;
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>) {
$txt .= $_;
}
close(OCR);
return $txt;
}
sub create_page_words {

Loading…
取消
儲存