On Friday 21 June 2013 18:46:51 Kim wrote:
> Yes, I read About "OCRopus™ is an OCR system written in Python, NumPy, and
> SciPy focusing on the use of large scale machine learning for addressing
> problems in document analysis."
> So I have problem with c++ porting for android project. I want porting with
> c++ code about ocropus document layout analysis.
> Is there no newest document or paper about OCRopus ver0.7?
As Sriringa pointed out, the implementation no longer uses C++.
Are you expecting a python project to describe a C++ implementation? If so,
that seems unreasonable. You can always use previous code though - just
because the current implementation is python doesn't invalidate any previous
code.
Are you looking for generic techniques? if so, any previous layout analysis
papers are probably still valid as a basis, and the the python code is
"executable pseudo-code" for how the current version of OCRopus implements
generic techniques.
I'm possibly not understanding your request, so perhaps you can try to explain
your needs further.
Brad