Extracted Table Data from the image using the iOS library and Api

I have an image. The table has many columns and associated rows with it. Is it possible to recognize a particular column's key and values from the table?

Answered by Claude31 in 773778022

Could you explain and possibly show ? Is the image the image of the table ?

Accepted Answer

Could you explain and possibly show ? Is the image the image of the table ?

please see this type of image , Extracted Table Data from the image

It is possible, using Vision framework

import Vision

However, if you have only one table, it is not with the effort and you'd better rebuild the table manually.

If you really need it, you should find some help here:

https://www.hackingwithswift.com/example-code/vision/how-to-use-vnrecognizetextrequests-optical-character-recognition-to-detect-text-in-an-image

Correct and Complete JSON Data not found using vision.

Do you have JSON Data ? If so it should be easy to extract all information.

In that case, please show the JSON.

No, we have used the vision, and we have received a result that is not correct.

you can use vision framwork for this and use the bounding box for your column detction

Extracted Table Data from the image using the iOS library and Api
 
 
Q