Results 8 comments of Mike

Hello, Thanks a lot, cool trick I will proceed with this :-)

Thanks that sounds right, but what are my device in the /dev... There no VGA, nor GPU ... ``` . drm_dp_aux3 i2c-14 log null snapshot tty2 tty36 tty52 ttyS1 ttyS26...

Hello there! A simple function to convert generated by ner-annotator JSON directly to docbin would be this one: ```python from spacy.tokens import DocBin import spacy import json from tqdm import...

Hi For me it makes a lot of sense, since usually I apply a lot of regex after converting to TXT, and `-layout ` really helps to fight the mess....

Nice! Not enough for me, I made SetMax to 5 (from your initial post of the problem), since I have 1000 instances of Browser getting new page every ~minute, and...

Now, when Fedora droped pdftk, that would be really useful...

I do not understand now... how would you limit history to 1 page now?

> This should work: > > ``` > b := surf.NewBrowser() > b.HistoryJar().SetMax(1) > ``` There no HistoryJar() method