问题 I have this image of a table (seen below). And I'm trying to get the data from the table, similar to this form (first row of table image): rows[0] = [x,x, , , , ,x, ,x,x, ,x, ,x, , , , ,x, , , ,x,x,x, ,x, ,x, , , , ] I need the number of x's as well as the number of spaces. There will also be other table images that are similar to this one (all having x's and the same number of columns). So far, I am able to detect all of the x's using an image of an x. And I can somewhat detect the lines. I