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 -- You received this message because you are subscribed to the Google Groups "ocropus" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ocropus/201306211927.39903.bradh%40frogmouth.net. For more options, visit https://groups.google.com/groups/opt_out.
