I guess I come to the right place now for my doubts and questions.
Sorry for posting in the issue tab previously.
I have 2 doubts currently,
1st) Result after running both dlltest.exe and tesseract,exe (using
same Single TIFF image) is different. From the result, it seem that
tesseract.exe is more reliable and accurate. why?
2nd)I need the tesseract ocr in my vb6 project. I rebuild the dll
interface and return the string result back to my vb6 project, and
this work fine. But will crash after access twice. I guess is the
memory handling problem. Is thr any demonstration on how to use the
dll in my vb6 project?
thx for the helps....
It sounds like you have a memory issue in your conversion of dlltest
to vb.
If you send your VB code, I will take a look at it.
On 17 Jul., 05:25, "g...@jetsoftdev.com" <ScanH...@gmail.com> wrote:
> The output should be exactly the same. However, tesseract.exe outputs
> a text file. The dll outputs a structure.
>
> It sounds like you have a memory issue in your conversion of dlltest
> tovb.
>
> If you send yourVBcode, I will take a look at it.
On 7 Aug., 19:15, withblessi...@gmail.com wrote:
> You are asking how to call the dll via vb6 and not vb.net?
>