Karthikeya Kollu

Results 15 comments of Karthikeya Kollu

@codepeach HI dude, try these overding CSS(Global) to change to change highlight color: .part { cursor: pointer; position: absolute; background: rgba(255, 226, 143, 1); transition: background 0.3s; } the color...

if want to change the library itself look for AreaHighlight.module.css for area highlight or Highlight.module.css or text highlight or to overide the text color of pdfjs looks for pdf_viewer.css Hope...

@codepeach use .textLayer :is(span, br) { cursor: pointer; // use any pointer u like }

@justpankajdotcom im looking for the same features to implement, also drawing on the pdf

@justpankajdotcom Thanks for sharing the pdf-extension My use case involves rendering a PDF document, displaying both the text and pdf page accurately. On top of that, I want to add...

@Educg550 Google’s new anti-scraping measures now serve JS challenge pages, so `requests` + `BeautifulSoup` (and `googlesearch-python`) no longer work. We’ll need to wait for that library to update or switch...

I would like to work on this issue

Hi @devwdave I've tested this thoroughly, and here are the results: 1. When I tried using `mem = Memori(conn=conn_factory).llm.register(my_llm_client, stream=True)` on the `main` branch, it failed with a `TypeError`, as...

### Partial Solution – Metadata Validation Issue with `enable_agentic_knowledge_filters` **Component:** Agent / Knowledge **Status:** Partial Fix Implemented (Workaround) --- ### Issue Summary When initializing an `Agent` with `enable_agentic_knowledge_filters=True`, the validation...