Hugo Laurençon
Hugo Laurençon
Hello, I am testing this toy example ``` from selectolax.parser import HTMLParser html_str = """ this is a test Heading """ selectolax_tree = HTMLParser(html_str) for node in selectolax_tree.root.traverse(include_text=True): print(f"Node tag:...
**Is your feature request related to a problem? Please describe.** I start with an empty dataset. In a loop, at each iteration, I create a new dataset with the method...
Hello, I believe it would be beneficial to generate an error message when we execute the command `node.decompose()` on a node that has the `html` tag. Currently, the procedure freezes...
Hi. When trying to download many images, I often noticed that the job seemed to not make progress anymore around the end. It could remain less than 1% of the...
**Describe the bug** Hi, I am having a bug with traceback ``` Invalidate trace cache @ step 2: expected module 4, but got module 2 Traceback (most recent call last):...
Thank you for your useful library. When I compute the scores for MathVista, I eventually obtain ` 0 Overall 1000 687 584 68.7 58.4` Which one is the final score?...