bug-ocrad
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-ocrad] Reg OCRAD usage


From: Gobalakrishnan M
Subject: Re: [Bug-ocrad] Reg OCRAD usage
Date: Wed, 18 Aug 2010 14:31:04 +0100

Antonio,
Fantastic. I will give a try.

I'm trying to build a web application to be hosted on a web server. I'm
trying out different OCR products available and found this one to be of good
use.

I installed this in my local PC (Ubuntu 10.04) using the help from Internet
and just a beginner to Linux.

Is the installation procedure same in web server also?
I think my server has Cent OS and I have access to the root through SSH.
Could you please tell me, how do i need to install this product in a web
server?

Many thanks,
Gopal

On Wed, Aug 18, 2010 at 2:36 PM, Antonio Diaz Diaz <address@hidden>wrote:

> Hello,
>
>
> Gobalakrishnan wrote:
>
>> When I execute the below command I'm able to output to the stdout.
>> gs -sPAPERSIZE=letter -sDEVICE=pnmraw -r300 -dNOPAUSE -dBATCH
>> -sOutputFile=- -q sample1.pdf | ocrad
>>
>> I want the output to be stored in a text file. When I issue the below
>> command I'm getting an error. gs -sPAPERSIZE=letter -sDEVICE=pnmraw -r300
>> -dNOPAUSE -dBATCH
>> -sOutputFile=sample.txt -q sample1.pdf | ocrad
>>
>
> You are changing the output file of gs, not of ocrad. Try this:
>
> gs -sPAPERSIZE=letter -sDEVICE=pnmraw -r300 -dNOPAUSE -dBATCH
> -sOutputFile=- -q sample1.pdf | ocrad -o sample.txt
>
>
> Regards,
> Antonio.
>



-- 
Regards,
Gopal
----------------------------------------------


reply via email to

[Prev in Thread] Current Thread [Next in Thread]