Help for this page

Select Code to Download


  1. or download this
    my $OCRresult = $miDoc->{Images}{'Item(0)'}{Layout}{Text};
    
  2. or download this
    use warnings;
    use strict;
    ...
    $miDoc->OCR(LangId =>'miLANG_ENGLISH');
    my $OCRresult = $miDoc->{Images}{'Item(0)'}{Layout}{Text};
    print $OCRresult;