Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将存储在主要零售连锁店(例如家乐福、Lidl 等)的广告传单中的信息上传到数据库中。
我找到的最快的解决方案是:
我从主站点下载 PDF
我启动了一个名为 pic2filex 的程序,它立即从剪贴板保存图像
使用快照工具剪辑所有各种文章
启动一个程序,将图像加载到数据库中,并为每个插入产品名称和价格
有没有更快的方法?