BTW, here is it running:

$ mk
g++ -o test-linerec.o -c -g -Wall -Wno-unknown-pragmas -Wno-deprecated
-D__warn_unused_result__=__far__ -fopenmp -DMAIN test-linerec.cc
g++ -o test-linerec -fopenmp test-linerec.o liblinerec.a -locropus -
liulib -lSDL_gfx -lSDL -lfst -ltesseract_full -ltiff -lpng -ljpeg -
llept -lsvm -lgsl -lblas -lm
$ ./test-linerec latin3-full.model 0025.png
cool fountains, but she could not even get her head though the
doorway;
$

Tom

On Jun 29, 2:27 pm, Bill <[email protected]> wrote:
> Hello,
> I've managed to create an instance of the OcroFST class, so I'm half
> the way where I wanted to be...
> Still - I have a problem with the Line Recognizer. Tried both
> Tesseract and the built in one, but can't seem to get them working...
> When I try to make a Tesseract component, I get the following error:
>
>   error: TesseractRecognizeLine: no such component
>
> I am looking at the source file of the ocropus binary (/ocropus/ocr-
> commands/ocr-commands.cc), as it apparently should have a working line
> recognizer. I just can't find a simple way to introduce similar code
> in my project (header files are the problem)...
>
> Will be very grateful for any type of advice,
> Regards,
>
> Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"ocropus" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/ocropus?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to