Jump to content

Using ActiveX on server side


codeb

Recommended Posts

Solution on what? Afaik they have a COM interface for recognition, so you can use it in unigui like any other COM app (I've made an example for Excel before in some thread).

 

Update: seems like they are single-threaded http://www.abbyy-developers.eu/en:faq:fre:engine_object, so you'd better use it in some form of a separate remote "cloud" webservice. I'm pretty sure they should have a similar feature.

Link to comment
Share on other sites

i think that simple way is

 

- capture codebar image file on client side (don't know how you do that, and it can be the problem).

- upload captured file to the server using tunifileupload and store it on temp server folder.

- on uploadfile, server process the uploaded file image, using FineOCR (using com, activex,etc) , and show result to the client.

 

 

if you are using a usb/keyboard codebar scanner on client side, you only need capture keyboard keys and don't need process the image file with FineOCR.

what kind of device are you using to capture image codebar ?.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...