Julian Freyberg

Results 5 comments of Julian Freyberg

I can confirm the comments from @philborman and @Viachaslau85. This particular issue seems to be solved by using the provided code snippet (use my fork to pull the relevant changes:...

Thank you @philborman! I had to modify it some more for the thing to work: ``` if 'images/branding/' not in img['src']: img_src = img['src'] if not img_src.startswith('http'): img_src = 'https:'...

@liminghao1630 It's unfortunate that you do not publish the original files as it prohibits pdf-based models from using this dataset. @mattiasstahre I think that from looking at names of the...

Are there any updates regarding these issues? @jdgamble555 made some _very_ valid points. The realtime feature needs filtering in order to make sense for most real-world use cases. I find...

That surely is a step in the right direction. However without `and` and `or` functionality filtering is not viable for most use cases. @w3b6x9 (or any other maintainer) could you...