MrZilinXiao / Hyper-Table-OCR

A carefully-designed OCR pipeline for universal boarded table recognition and reconstruction.
https://mrxiao.net/hyper-table-ocr.html
168 stars 43 forks source link

table line #13

Closed Hamdi-Ben-Abdallah closed 2 years ago

Hamdi-Ben-Abdallah commented 2 years ago

Hello,

Thank you for this beautiful work.

I have two questions to ask you:

I did not understand the role of Unet in this project. Did you use it to extract the lines from the table? Why did you use it?

If yes, did you use this code https://github.com/chineseocr/table-detect ?

Thanks in advance.

MrZilinXiao commented 2 years ago

Yes, and sorry for not including it in the acknowledgement. (I must forget it...) I'll add it right away.

The reason is that we need pixel-level prediction on table lines to correctly rebuild the structure of the table.