Help for this page

Select Code to Download


  1. or download this
    system qw[ tesseract.exe foo.png foo.txt ];
    my $text = read_file('foo.txt');
    
  2. or download this
    system qw[ convert.exe -resize 200%   image.jpg foo.png ];