Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 267 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 267 Bytes

微信阅读导出PDF

通过playwright实现遍历书籍页面并导出为pdf

技术框架

.NET 6

Playwright

实现思路

playwright 负责截取书籍每页图片,通过opencv二值化后存储为PDF

参考

https://github.com/Algebra-FUN/WeReadScan