TableGeneration icon indicating copy to clipboard operation
TableGeneration copied to clipboard

通过浏览器渲染生成表格图像

Results 16 TableGeneration issues
Sort by recently updated
recently updated
newest added

『firefox is recommend for Mac OS, bug you choice is chrome』!!! 我Mac上已经有chrome浏览器,并且驱动也安装成功,测试也看到了『百度一下,你就知道』的文字输出,然而运行『python3 generate_data.py --output output/simple_table --num=1』则提示『firefox is recommend for Mac OS, bug you choice is chrome』! 问题是在我Mac上安装了firefox后,但因为不支持apt-get命令,导致xfonts-wqy的字体库装不上,而brew的方式则找不到xfonts-wqy的字体库!

在用MacBook用该工具时,发现最终裁剪的表格总是原始表格部分内容,不完整。 参考[python使用selenium截屏后再截取指定坐标图片定位不准确是为什么](https://www.zhihu.com/question/275788212/answer/1706705522) 回答,解决了问题。 更改以下位置代码 https://github.com/WenmuZhou/TableGeneration/blob/d94348379d2131cf0d72bcd915643fe2691b2d7c/TableGeneration/GenerateTable.py#L207-L227 为以下: ```python ratio = 2 max_height, max_width = window_size["height"], window_size["width"] max_height *= ratio max_width *= ratio contens = [] for idx in range(id_count): e =...

抱歉偏个题,请问有可以去除网格线的预处理方法吗,基于传统的霍夫变换并不能很好的清楚全部网格线。因此来请求您的帮助。

目前的表格文字好像都是居中排列的, 是否可以生成非居中排列的表格呢?

能自定义拖拉拽生成特定格式的表格吗

我为html设置了背景图片,生成的html在浏览器上可以看到看到正常的背景图片和表格,但是对应html生成的图片只有表格,没有背景图了,请问这是为什么呢