François-Paul Servant
François-Paul Servant
the doc at regarding the "call" method says: > If the batch_size_ranker, or batch_size_retriever it takes precedence over the batch_size. If the k_ranker, or k_retriever it takes precedence over the...
- Version 2024.2.26 - Test script ``` h2t = html2text.HTML2Text() text = 'Aaaa' x = h2t.handle(text) print(x) # '**A** aaa', expected '**A**aaa' ``` - Python 3.10.11 Best Regards
In the API Reference, all parameters of a method/class are not listed in the description table (listed without documentation would be ok, but at least listed)