Hi all,Can somebody help me with some syntax?I would like to use R:Twain2PDF to do a regional OCR on a file.The pixels for the left#top#right#bottom are 240#540#600#400The file I would like to scan would be called kramp.pdf I only need to scan the first pageI don't need to create a pdf file, I already have the file, I just want to extract the data.I would like to capture the ocr data in a variable called vDataThe content of the input file, c:\ocr\file.txt is.... c:\ocr\kramp.pdf Here is what I tried... PLUGINS rtwain2pdf vresult +|input_file c:\ocr\file.txt +|ocr on +|ocr_region 240#540#400#600 +|ocr_pages FIRST +|ocr_variable_prefix vDataRETURN When I run it, I get no value for vData and the value of vresult is -ERROR- What am I doing wrong?Mike

