Binding for tesseract

Fred honohanf at gmail.com
Thu May 9 00:41:30 UTC 2019


On Thursday, 9 May 2019 at 00:30:04 UTC, Fred wrote:
> Should I be linking to the actual library in the dub.json? I 
> cannot seem to find any straightforward tutorial about 
> importing dstep converted files unfortunately.
>
> Any help would be greatly appreciated.
> Thank you

Turns out, yes, all I needed to do was check for the location of 
the library

tesseract -v
tesseract 4.0.0
  leptonica-1.75.3
   libgif 5.1.4 : libjpeg 8d (libjpeg-turbo 1.5.2) : libpng 1.6.34 
: libtiff 4.0.9 : zlib 1.2.11 : libwebp 0.6.1 : libopenjp2 2.3.0

  Found SSE

And add "-ltesseract" to my projects lflags in the dub.json! 
Sorry for the notification folks +1


More information about the Digitalmars-d mailing list