An InvokeAI node wrapper for Tesseract-OCR Engine.
- Install tesseract: https://github.com/UB-Mannheim/tesseract/wiki
- Open a command prompt/terminal in the invokeAI nodes directory (choose
8. Open the developer consoleoption from the invoke.bat) cd nodesgit clone https://github.com/helix4u/ocr_node.git- From within the dev console in the invokeai env:
uv pip install pytesseract- Update tesseract install path in script as necissary
- Have fun
- Add path input for tesseract install
- Add options for languages/etc(?)
