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
I have this image and I want to extract the table in a csv file. I am using paddleocr for the same. I am not using the prebuilt model for table extraction, whereas, I am using the ocr model of paddleocr, detecting the text of the table, reconstructing it and then saving it to the csv. The output that I am getting for the above image is as follows:
The cells that have multiple lines in the image (marked by blue boxes) are getting saved in mutliple cells in the csv (marked by blue and yellow) , due to which some values are being repeated (marked by red boxes). How to resolve this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this image and I want to extract the table in a csv file. I am using paddleocr for the same. I am not using the prebuilt model for table extraction, whereas, I am using the ocr model of paddleocr, detecting the text of the table, reconstructing it and then saving it to the csv. The output that I am getting for the above image is as follows:
The cells that have multiple lines in the image (marked by blue boxes) are getting saved in mutliple cells in the csv (marked by blue and yellow) , due to which some values are being repeated (marked by red boxes). How to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions