Johannes Baiter

Results 155 comments of Johannes Baiter

If you want to implement search inside of chapters, you could just index your documents at the chapter-level by creating source pointers that point to the markup for that chapter,...

@giancarlobi > I see that also number of bbox are indexed instead of only words, so probably I need to tune better the index analyzer or do you have some...

I see! A hacky and probably inefficient way to do this without changes to the plugin could be: 1. Perform a query for `Name` to get candidate locations for the...

Yes, correct, if you're just interested in the general content of a region, you can replace step 4 and 5 with just parsing the OCR for the page and extracting...

> It seems that the value of field (i.e. ocr_text_stored) must contains newlines, without them plugin give an error (file at ... does not exist), probably without newlines it evaluates...

Yep, that's a bug in my "Is this a source pointer" regular expression :-) Will be fixed, thank you!

This might be a bug, do you have a sample of a MiniOCR line with relative coordinates?

Oh, yeah, that is not mentioned in the documentation yet, *sorry*! Will be fixed asap, thanks for pointing it out.

First of all, thanks for incorporating the feedback :-) However, that's a pretty large diff, that touches almost every part of the script, for a rather small set of changes....

Have you tried checking out locally and adding it as a local dependency? I'm not sure if the package has to do something special to support the branch qualifier, it's...