trustgraph/trustgraph-ocr/trustgraph/decoding/ocr
cybermaggedon 25995d03f4
Fix stray log messages caused by librarian messages (#706)
Warning generated by librarian responses meant for other
services (chunker, embeddings, etc.) arriving on the shared
response queue. The decoder's subscription picks them up, can't
match them to a pending request, and logs a warning.

Removed the warnings, as not serving a purpose.
2026-03-23 13:16:39 +00:00
..
__init__.py Added module which does OCR for PDF, pdf-ocr in a separate package (#324) 2025-03-20 09:29:40 +00:00
__main__.py Added module which does OCR for PDF, pdf-ocr in a separate package (#324) 2025-03-20 09:29:40 +00:00
pdf_decoder.py Fix stray log messages caused by librarian messages (#706) 2026-03-23 13:16:39 +00:00