I need to do OCR on a group of images. I have been using Tessnet and it works pretty well. The problem is that it seems to have problems with some images, so I thought that it might work better if I m
I need to do an OCR of a .jpg image. I searched a lot and finally get the \"tessnet2\". The code looks pretty simple but I have a problem with the example :l
I try to write wrapper for tessnet OCR library. I am getting an error saying \"Cannot marshal \'return value\': Generic types cannot be marshaled.\" for this code section
I made an application for an automated invoice management system for my company. I am using the tessnet2 library for OCR. The whole application works properly on my development machine but as soon as
i\'m using the tessnet2 wrapper to the Tesseract 2.04 Source on windows XP, configured it to work with x86.
I am using tessnet2 to extract the sentence in this img file. When i call the tessnet2 func using bmp it fails (it returns \"~\" as my sentence) and when i use bmp2 instead it works. WTF, why?