Run LLM-OCR based on llama.cpp
Go to file
wangjue 5180d7b508 feat: support reading image from clipboard when no image_path is given
If <image_path> is omitted, reads image from clipboard using
wl-paste (Wayland) or xclip (X11), then passes the raw data to
mtmd_helper_bitmap_init_from_buf for decoding.
2026-05-29 14:59:22 +08:00
.gitignore feat: implement OCR tool using llama.cpp multimodal API 2026-05-29 14:57:37 +08:00
CMakeLists.txt feat: implement OCR tool using llama.cpp multimodal API 2026-05-29 14:57:37 +08:00
main.cpp feat: support reading image from clipboard when no image_path is given 2026-05-29 14:59:22 +08:00