Help for this page
system qw[ tesseract.exe foo.png foo.txt ]; my $text = read_file('foo.txt');
system qw[ convert.exe -resize 200% image.jpg foo.png ];