codeb Posted February 17, 2012 Posted February 17, 2012 I try to make application with abby FineOCR.exe on server side. Idea is to make barcode reading from image file on client side. Any solution... Quote
zilav Posted February 17, 2012 Posted February 17, 2012 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. Quote
docjones Posted February 17, 2012 Posted February 17, 2012 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 ?. Quote
Administrators Farshad Mohajeri Posted February 17, 2012 Administrators Posted February 17, 2012 How image is captured into browser? You'll need some form of OCX on client side. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.