Hello Everybody,

I need, for academic purpose, to use ocropus to simulate a text
recognition.
But the simulation should separate some specific steps of the
recognition.
In order to achieve that, I need some specific features.

Here is the idea:

Input : image which represent a line of text.

- Need a feature which segment the line into words.

Browse each word(image) and segment it into characters.

Get each image which represent a character and try to recognize it.

Need a feature which give me a bigram score between two letters.


Thus, to resume, I need:

A feature which segment the line into word.
A feature which segment it into characters.
A feature which recognize a character the ascii solution and a score.
A feature which give me a bigram score between two letters.

Does anyone can told me how to do that with ocropus ?

If someone can help me it will be very helpfull .


Thank in advance.

-- 
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