Hacker News new | ask | show | jobs
by abeppu 2483 days ago
In the example on the readme, why does it reverse the order of "casteli" (3) and "castle" (4)? It's a bit surprising that it understand the rest of the ordering (including the "and" in the center), but flips those two.

Also, if I were a developer trying to use this, I'd be constantly annoyed at receiving a dict with keys like "0", "1", "2" rather than just getting a list.

1 comments

In the example, text is not sorted by it's corrdinates but by appearence of boxes in first network. It is visible in more complex documents, that crnn network did not create boxes in descending order (word-by-word).

also, good point about the list. dictionary keys has no logical usage in this one.