Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OCRopus documentation?

Tags:

ocr

lua

tesseract

Is there a documentation for ocropus?

I am looking for an explanation for the functions like:

make_SegmentPageByRAST():
segment()

RegionExtractor():
setPageLines()
extract()

Thank you.

like image 251
user2007861 Avatar asked Apr 29 '26 23:04

user2007861


1 Answers

A requirement of Lua API for OCRopus has been filed in the bug-tracker list of the project.

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

First, note that you can use the command line tools without actual 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: The Lua bindings follow the C++ API very closely (the binding is mostly automatic), so C++ and Lua documentation are pretty much the same problem.

like image 53
hjpotter92 Avatar answered May 01 '26 21:05

hjpotter92



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!