On Thursday, May 9, 2013 10:31:30 AM UTC+5:30, zdenop wrote:
>
> for /f "delims=|" %%F in ('dir san.input.*.txt /b') do ( .... )
>>
>>  

> Describe logic/aim of this and we can help your with bash (or other 
> linux/unix tools)...
>  
>
 
Thanks! I managed to run the testing tool from an MSDOS batch invoking the 
BASH script under cgywin as follows:

C:\cygwin\bin\bash --login -i ocrevalutf8 accuracy ground.txt ocr.txt  
>reportacc.txt
C:\cygwin\bin\bash --login -i ocrevalutf8 wordacc ground.txt ocr.txt  
>reportwordacc.txt

I used the FOR command in the batch file to loop thru a range of input 
files and corresponding OCRed files using diff versions of traineddata.

However, as Nick has mentioned it does not take combining characters in 
account.

Shree

-- 
-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to