On May 4, 2:49 pm, Tom <[email protected]> wrote: > The actual Python code is in ocropy. The functions and classes in ocroopy > have lots of documentation in standard Python format
By which he means that some (a minority) of the functions and methods have docstrings. However, they're not epydoc or Doxygen docstrings. But the code itself is pretty clear. > and the command line > programs are also pretty well documented. Indeed. I'd start by figuring out which command-line program sort of does what you want (not too easy in itself), and reading that through. Read the Commands.txt file in the top of the ocropy directory first; it pulls together the documentation from the various command-line programs. > There are also a number of > trained models there. -- 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.
