OCRopus Documentation?

Is there any documentation for ocropus?

I'm looking for an explanation for features like:

make_SegmentPageByRAST():
segment()

RegionExtractor():
setPageLines()
extract()

      

Thank.

+3


source to share


1 answer


A Lua API request for OCRopus has been filed in the bug-tracker in the project.

They will release this documentation soon in the next beta (expected).



First, please note that you can use command line tools without real Lua programming.

A good place to see how to use ocroscript is to look at the test cases in ocroscript / tests and the command line driver scripts in ocroscript / scripts.

Note : Lua bindings are very tightly coupled with the C ++ API (binding is mostly automatic), so the C ++ and Lua documentation is almost the same problem.

+2


source







All Articles