[Fixed] RuntimeError: Failed to init API possibly an invalid tessdata path

Failed to init API possibly an invalid tessdata path

Today, I installed the tesseract lib for my Python project, however, encounters an error “RuntimeError: Failed to init API, possibly an invalid tessdata path: /usr/share/tesseract/” in the demo. How to fix the RuntimeError: Failed to init API possibly an invalid tessdata path? The code of demo as following: The image.png is the logo of FAQgeek, … Read more