Rid7 / Table-OCR

Recognize tables from images and restore them into word.
GNU General Public License v3.0
269 stars 70 forks source link

how to fill the recognised text into the table cell? #6

Closed xlq246860 closed 4 years ago

xlq246860 commented 4 years ago

Hi, i want to restore the table in excel, i want to know how to fill the recognised text into cells?

Rid7 commented 4 years ago

Hi, i want to restore the table in excel, i want to know how to fill the recognised text into cells?

The text recognition part was removed, but you can see it in the line 490-517 of image2word.py. That's where I put text detection and recognition results in the table.