bug-ocrad
[Top][All Lists]
Advanced

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

Re: [Bug-ocrad] OCR Recognition Server


From: Antonio Diaz Diaz
Subject: Re: [Bug-ocrad] OCR Recognition Server
Date: Mon, 04 Jun 2012 17:45:55 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905

Dear Ha Le,

I can't supply you an OCR Recognition Server with PhP remote calling, but maybe someone in the list can, or knows someone who can.


Subject: OCR Recognition Server
From: Ha Le <address@hidden>
Date: Mon, 4 Jun 2012 08:45:49 -0600 (MDT)
To: address@hidden
CC: NLp Sr <address@hidden>

Dear GNU,

We are trying a OCR Recognition Server for our Company in Alberta, in which we use our own PhP software product and we have to make PhP calling from our PhP code into the OCR Server to return us results. At first we called ABBYY FineReader, this Company told us that "they had all the available options." but then after 2 months of running after them, we discovered that they did not have PhP calling as the below emails shown to You finally when they knew that we were seriously using PhP.

We are sending this email to ask You if your Company can supply OCR Recognition Server with PhP remote calling and how much does it cost. Please read carefully our below emails to catch what we are asking with the issue.

We would like to appreciate your kindness,
Sincerely,
Ha  Le.


----- Forwarded Message -----
From: "Cheryl A. Salemy"
To: "Ha Le" <address@hidden>
Sent: Thursday, May 31, 2012 2:41:33 PM
Subject: RE: Thank You so much

I am checking to see if there is anything else that you can use, but I am not sure that PhP will work.

Cheryl


-----Original Message-----
From: Ha Le [mailto:address@hidden
Sent: Thursday, May 31, 2012 3:57 PM
To: Cheryl A. Salemy
Subject: Re: Thank You so much

Dear Cheryl,

If You have the PhP calling option for OCR Recognition Server, may You send us the details to try with,
We would like to appreciate your kindness

Faithfully,
Ha Le.



----- Forwarded Message -----
From: "Cheryl A. Salemy"
To: "Ha Le" <address@hidden>
Sent: Thursday, May 24, 2012 9:35:17 AM
Subject: RE: Thank You so much

Not a problem, I wish I could do more for you with this. Let me know if we can be of further assistance.

Cheryl

----- Forwarded Message -----
From: "Ha Le" <address@hidden>
To: "Cheryl A. Salemy"
Cc: "NLp Sr" <address@hidden>
Sent: Wednesday, May 23, 2012 6:34:20 PM
Subject: Re: Re: Thank You

Dear Cheryl,

How are You doing today? I would like to ask You a small question.
I would like to email You because, I created a new workflow named 'trial' in the Recognition Server today, with 3 sub-folders: 'input', 'output' and 'exception'.

We then tried to make a first simple call from PhP to create

<?php
class AbbyyService {
     public $wsdl = "http://abbyy.com/RSSoapService.asmx?WSDL";;
     private $DefaultServerName = "192.168.1.111";

     //private SampleFileName = "..\\..\\..\\..\\SampleImages\\sample.tif";

     public function __construct()
     {

     }

     public function getHRXMLBinary($encode64,$type )
     {
           $hrxml        = array();
           $client = new SoapClient($this->wsdl);

$XMLticket = $client->CreateTicket($this->DefaultServerName, 'trial');

           return $XMLticket;
     }
}
?>

in which, we set $XMLticket = $client->CreateTicket($this->DefaultServerName, 'trial');
that means we only start from create an XML ticket, one first call only.

however, we got this response from our program
"400 Bad Request
Your browser sent a request that this server could not understand."

And then, we open the workflow 'trial', (it was started) in which its 3 sub-folders 'input', 'output' and 'exception', we saw that there were no output even no exception inside 'exception' folder. It mean that the workflow was not reached.

May You download our calling screen from this email attachment,
I would like to appreciate your kindness,
Truly yours,
Ha Le.




reply via email to

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