Integration Suggestion for OCR Wrapper
Hello,
I recently developed a simple OCR wrapper that integrates several common OCR methods into one library. You can find it here: my-little-ocr. https://github.com/X-T-E-R/my-little-ocr
I believe this project could benefit from using this wrapper to avoid manually managing multiple OCR methods. With this library, you can streamline the handling of OCR tasks by leveraging its unified interface. It simplifies the integration of various OCR tools and offers flexibility for future expansion.
The supported OCR libraries are: Tesseract (Apache 2.0 License), EasyOCR (Apache 2.0 License), WeChat OCR (Unknown License), Surya (GPL 3.0 License), and RapidOCR (Apache 2.0 License).
Feel free to check it out and consider integrating it into the project!