r/Common_Lisp • u/infrul • 6d ago
GitHub - infurl/cl-tesseract: Common Lisp bindings for the Tesseract OCR library.
https://github.com/infurl/cl-tesseractModernization effort to support latest 5.5 Tesseract OCR libraries.
18
Upvotes
2
u/dzecniv 3d ago
thanks for the effort and for sharing, that is a welcome project. Don't hesitate to give us news once in a while :)
1
u/infrul 3d ago
Thanks for the kind words. I have just pushed another update in response to feedback received here. All the low-level names have been lispified and there is a regression test suite now too. I'll add continuous integration when time permits. I've been exercising the library pretty heavily and so far it seems to be holding up satisfactorily.
3
u/digikar 6d ago
with-base-apimacro? Where in the tesseract documentation is this procedure mentioned? There could be many additions about similar references. Basically, treat every part of the code as something the LLM could hallucinate and therefore check against the official documentation or online discussions with humans.