Olicorne

Results 597 comments of Olicorne

I too am interested in import / export features to avoid "lock in"

> Did anyone figure out whether this works with Anki 2.1 scheduler (beta)? I've started using this add-on a while ago but my workload is quite unbalanced (https://i.imgur.com/btnKkTl.png), is it...

Not directly related to this discussion but I recently stumbled upon [docTR](https://github.com/mindee/doctr), which might interest everyone here regarding OCR.

Btw, I have been successful at using tesseract (with the right parameters) and then sending the text to ChatGPT for cleanup. It cost very little and was actually great at...

Hi, I think I found a viable workaround. The issue seems to be in the way the BufferReader is reading files. Bypassing the bufferreader fixed it for me. Can't investigate...

Personaly my hackish code for tqdm progress bars in my chain seems to work on my setup: ``` python @optional_typecheck def pbar_chain( llm: Union[ChatLiteLLM, ChatOpenAI, FakeListChatModel], len_func: str, **tqdm_kwargs, )...

Related to #30 and [this](https://github.com/ggerganov/ggml/issues/59#issuecomment-1817737597)

Same here. Url example: https://realpython.com/python310-new-features/ ![image](https://github.com/omnivore-app/omnivore/assets/26625900/f127d2a9-1004-48ad-8a53-1d83cbc35687) Turned into: ![image](https://github.com/omnivore-app/omnivore/assets/26625900/5cf6f6c5-e7e9-420b-8dd9-36e66845de68)