mtli/HTML4Vision

Add a rows mode or a functionality to transpose the table.

Opened this issue · 2 comments

ysig commented

Hi and thank a lot for your awesome package.

I discover, that for some cases of outputs it would really useful if you could have on the same col different objects, let's say: an image, a caption (text) and some debug information (text).
By the way the package is currently implemented, it seems impossible to do something like this.
The most simple solution I could think of would be to support a table transpose, so if even if you define something by cols, they will be transposed to rows upon execution.

Thank you,

mtli commented

Hi ysig,

I am glad that you like this repo! You are right that mixed column types and table transpose are currently not implemented. I have marked this issue as a feature request and might implement these in the future. Meanwhile, you are welcome to contribute. For example, you can create a new col format that supports both text and image and you may also include this plugin to transpose the table.

Best,
Martin

ysig commented

Hi,

sure I can try (although I don't know much of Javascript).

Thanks!