mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 15:43:55 +08:00
* Handle conflict where a box is simultaneously recognized as multiple labels * Split large height image recursively and process each with overlap to enhance performance * Fix error when dt_box result is empty * Add split operation on horizon side * Slide on horizon may suffer line completeness, so that add more strict condition. * Optimize recognition of overlap boxes.