Ocr reading data vertically in stead of horizontally

I have been testing your service and am getting the output in
text, (Using node.js) the problem is that it looks like its reading the
data column wise in stead of horizontally. What could be the issue. Your
support is highly appreciated.

Did you set isTable=true ?

https://ocr.space/tablerecognition

Yes. I did . My configs are as below

language: ‘eng’,
isTable: true,
isOverlayRequired: false,
detectOrientation: true,
filetype:‘jpg’,
OCREngine: 1,
scale: true

Or could it be an issue with the npm library am using

const ocrSpaceApi = require(‘ocr-space-api’);
results = await ocrSpaceApi.parseImageFromUrl(“image url”,“my configs”);