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 <[email protected]>
Date: Mon, 4 Jun 2012 08:45:49 -0600 (MDT)
To: [email protected]
CC: NLp Sr <[email protected]>

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" <[email protected]>
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:[email protected]]
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" <[email protected]>
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" <[email protected]>
To: "Cheryl A. Salemy"
Cc: "NLp Sr" <[email protected]>
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.


_______________________________________________
Bug-ocrad mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-ocrad

Reply via email to