mediar-ai/screenpipe

[bug] blank space between characters in chinese OCR

Opened this issue · 4 comments

I think it's because tesseract-ocr/tesseract#2702

since

#[cfg(target_os = "linux")]
use screenpipe_vision::perform_ocr_tesseract;

its on windows which use native OCR not tesseract

ShareX/ShareX#6322 seems windows ocr also has this problem.