Yusuke Shinyama
Yusuke Shinyama
Thanks for commenting. I added some info. How is it now?
I appreciate the effort, but I want to keep this repository in Python2 only. Sorry. I hope someone maintain a separate code base for Python3 as a fork.
p.s. I tried to make it Python3-compatible, but it turned out that there are too many differences in the semantics (especially in bytes/unicode distinction) that I couldn't take without making...
At least I'll try to keep this repo syntactically compatible with Python3 (e.g. no print statement).
Again thank you @goulu to keep supporting this. As I stated before, I just don't want to maintain Py2/3 mixed codebase, as it gets out of my hands. Since I'm...
What I care is not a superficial readability, but the potential amount of worries. Using six would make it look pretty on surface, but the actual complexity of the software...
My true intention is to gradually deprecate this library. It will eventually happen when Python2 support is ended, and I don't want to make this look last longer than that....
@pudo A) Yes, I've considered it before, and I still think it would be the ideal option. But I don't know many people, and I don't think I can pick...
This is the limitation of the layout analysis algorithm. It takes O(n^2), so when there are many text boxes (tables and charts) in a page it might take a lot...
If you take a look at the code, this is not an ordinary distance function (although it's called "dist"). It doesn't meet the distance requirement, i.e. you cannot guarantee d(x,z)