Hi all, I would really appreciate some advice. I was able to write a short C++ program that does deskewing, binarization, text-image segmentation, layout analysis with the input image.
Now I'm struggling to get the OCR module to work. Basically - I have ~20 lines recognised by the Region Extractor. I want to feed them to the OCR module. Which one should I use? I tried making a new object of the class IRecognizeLine (works), than call the recognizeLine method, but it needs an FST-type argument... How do I create a variable which will be the FST? Or maybe is there a simpler workaround? I just want to OCR lines of text in a for() loop which are stored in a bytearray type. Thanks in advance for your help, Sending kind 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 -~----------~----~----~----~------~----~------~--~---
