I want to extract numeric data from an image of a table (png/jpeg/etc.) using Python. I don't mind if it's some deep learning algorithm but it doesn't have to be if there is already an existing library.
I've tried various script that I found online. Most of them are some version of using cv2 and pytesseract. One such example is here here. It works for simple tables or sample files used in the algorithm description itself. However, they don't seem to work well for general tables that I want to process, one example is below.
Does anyone know any other table recognition scripts/libraries that I can just use out of the box? Thanks.