I'm using the endpoint https://test-ocr-mike.cognitiveservices.azure.com/ and supplying an image that is all text with the exception of a logo.
In the body of the image the data seems to be apparently visually separated by columns, no column lines are used.
However, the data is not meant to be a table, only that the separation has large spaces between the Label and the Value that is meant to be on the same line.
Before I go and write my own "line reconstruction" routines based upon y-axis values that are <= ~3 pixels, I'm hoping that there is a way to disable the table-ization of the data as opposed to recognizing that it is all on the same line ?
thank you.