You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ocropus
hi..
I have been attempting to get an idea of how exactly is the code for
OCRopus written. I need some help with that since this is a relatively
new thing for me. Until now, I had focused more on the science behind
OCRopus.
From which point do i start understanding the code?
Thanks in advance
Uni
Tom
unread,
Jun 8, 2012, 5:29:20 PM6/8/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ocr...@googlegroups.com
OCRopus is really a collection of separate command line tools interchanging data via a few simple file types (PNG images and text files). There really isn't one global thing to understand.
Generally, I'd recommend sticking to the Python code and libraries, and starting with the command line tools. There really isn't that much point in looking at the C++ code; it is quite complicated and being replaced.