|
|
|
|
|
by jasonni
733 days ago
|
|
Last year, when I want to find a tool to do the sanpshot and OCR job, I found flameshot. However, the OCR feature hasn't been added as native function due to some issues I'm not very clear. So I spent some time added the OCR function into flameshot. I didn't choose to compile tesseract into flameshot, but using the rest api way to call a server running remotely. The reason for this way is I also added llama.cpp translation feature after OCR. Here're github repositories for my fork of flameshot and the OCR and translation server which is written causually in Rust. https://github.com/jason-ni/flameshot
https://github.com/jason-ni/flameshot-ocr-server |
|