image2table:将图像转换为 HTML 表格

时间:2021-05-29 10:17:50
【文件属性】:
文件名称:image2table:将图像转换为 HTML 表格
文件大小:17KB
文件格式:ZIP
更新时间:2021-05-29 10:17:50
Ruby Image2table ============ 将图像转换为表格 html 的简单工具。 安装 将此行添加到您的应用程序的Gemfile中: gem 'image2table' 然后执行: $ bundle 或者自己安装: $ gem install image2table 用法 image2table -i image_path -o html output 贡献 分叉( ) 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建一个新的拉取请求
【文件预览】:
image2table-master
----circle.yml(36B)
----LICENSE.txt(1KB)
----lib()
--------image2table()
--------image2table.rb(3KB)
----Gemfile(57B)
----image2table.gemspec(976B)
----spec()
--------image2table_spec.rb(1003B)
--------spec_helper.rb(100B)
----Rakefile(134B)
----examples()
--------example.jpg(13KB)
----README.md(737B)
----.rspec(31B)
----Gemfile.lock(654B)
----.gitignore(20B)
----bin()
--------image2table(551B)

网友评论