zyddnys / manga-image-translator

Translate manga/image 一键翻译各类图片内文字 https://cotrans.touhou.ai/
https://cotrans.touhou.ai/
GNU General Public License v3.0
5.09k stars 523 forks source link

Fix coordinates sorting of textlines #628 #636

Closed dmMaze closed 3 months ago

dmMaze commented 3 months ago

Original Quadrilateral.pts sorting method failed to sort horizontal coordinates correctly, which resulted in wrong direction determination and wrong warp_transform for OCR. For example: [[ 367, 1333], [ 378, 1376], [ 191, 1430], [ 180, 1387]])

Direction must be provided to sort the coordinates correctly.

Test image:
Test

Before: 图片

Fix:

屏幕截图 2024-06-06 211129

Close #628