Markus Roppelt
Markus Roppelt
I think this should be implemented in different binary. ```tunnel-cli --liveClients``` similar to ```mysqld``` for the database itself and ```mysql``` for the command line interface.
@PWSys: I shortly did some tests with the following setup: Data --> telegraf --> RabbitMQ --> telegraf --> influxdb using the AMQP input and output plugin. It worked but I...
You need to add the calculation of the left and right boundary of NotAKnot condition to [CubicSpline.cs](https://github.com/mathnet/mathnet-numerics/blob/master/src/Numerics/Interpolation/CubicSpline.cs#L262-L284) See [scipy implementation](https://github.com/scipy/scipy/blob/v1.5.2/scipy/interpolate/_cubic.py#L745-L750) as a reference.
I don't know if the data from the Japan postal office is of any use. Check this project: https://github.com/polm/posuto
I created a script that converts `surya` results to `hocr`. The "trick" is that `class="ocrx_word"` also accepts several words. So if `surya` detects "Hello world" as text line `{"text_lines": [{"polygon":...