You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor and enhance OCR functionality with PaddleOCR 3.0 support (#161)
* Refactor and enhance OCR functionality with PaddleOCR 3.0 support
- Updated PaddleOCR dependency to version 3.0 for improved performance and features.
- Refactored OCR-related functions to utilize the new PaddleOCR API, including changes in model initialization and prediction methods.
- Enhanced error handling and logging throughout the OCR process for better debugging and user feedback.
- Updated documentation strings for clarity and consistency.
- Removed deprecated code and unnecessary imports to streamline the codebase.
- Added new table recognition capabilities using the updated PaddleOCR features.
This commit aims to improve the overall functionality and maintainability of the OCR system.
* Refactor code for improved readability and consistency
- Cleaned up formatting in multiple files for better readability, including adjustments to line breaks and indentation.
* Update tablepyxl/__init__.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update tablepyxl/LICENSE
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update libs/shape.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update libs/shape.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update version information to 3.0.0 in __init__.py
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments