
Document to Excel converter for messy business files | Messy2Sheet
用AI和OCR将PDF、截图和邮件转换为整理好的Excel表格。
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe
完整作品展
技术栈
23 projects

用AI和OCR将PDF、截图和邮件转换为整理好的Excel表格。
Messy2Sheet — AI 文档转表格工具,把截图、邮件订单和 PDF 价格表按自定义字段整理成 Excel/CSV,支持保存可复用 Recipe

Docpose: 在线转换、查看和管理各种文档、PDF和文件格式。
@FileProInfo1 · X
🚀 has successfully launched! helps users convert, view, process, and manage files online — including documents, PDFs, OCR, archives, email formats, and more. We’re excited to share it with the community. Check it out here:

将PDF银行对账单转换为Excel电子表格,自动提取交易数据用于记账和对账。
@_kushalpatel · X
Converts PDF bank statements into clean, editable Excel files in seconds. Built for bookkeepers, accountants, and anyone tired of manual data entry.


利用AI驱动的OCR技术,轻松将发票和收据数据提取到Excel或Google Sheets中。
@nolain_on_x · X
Turn your batch of invoices/receipts into Excel sheets. Stop manually entering information from your invoices into spreadsheets and save hours of work. Visit us at Contact us for custom solutions on document processing.


免费浏览器PDF工具,合并、拆分、压缩和保护文件。
@magictoolshup · X
This unique website handles everything for you with great precision and professionalism. A key feature is that it never uploads your files—they remain solely within your browser for maximum privacy. Give it a try,you will discover something impressive.

从 PDF 自动提取结构化数据,用于工作流自动化。
u/yonnnyy · Reddit
How should I revive my Saas after 300 hours spent developing To provide context, a couple months ago I created a pdf to JSON ai extraction engine. I know... There are hundreds of products like this but for me the value proposition is that other solutions were heavy weight, expensive, non intuitive templates, and was slow. Therefore I created my own and I met my goals. I see genuine value in my product but the lack of users says otherwise. I think my best option is to build on top of this

将A4 PDF转换为双面A5小册子,节省纸张。
@33357xyz · X
最近买保险发现文件太多了不好打印。就做了一个小册子打印网站,可以吧A4的pdf双面打印成A5的小册子,节省一半的纸张。网站可以预览小册子的效果,支持手动双面打印和自动双面打印,感兴趣的可以来玩玩。

将 PDF、Word 等多种格式文档转换为 Markdown,用于 AI 代理。
u/kirillzubovsky · Reddit
Selling t0md.com – Privacy-first multi-format to Markdown converter A few months ago I was dumping research PDFs and Word docs into Claude and Cursor and watching the token bill climb for no good reason. Heavy formats are terrible for context windows as the agents have to first convert the documents, then parse the MD files, then do the processing. I thought I could help the agents, and I built t0md.com. However exciting it was to make something quickly that solves a big problem, it's not

RightPDFKit是免费PDF编辑器,有51个工具,无需账户,支持离线。
@zubidavies · X

将 PDF 银行对账单转换为 CSV、Excel、QBO 等格式,并检查余额。
funet · V2EX
做了个 PDF 银行流水转 CSV 的站,重点是「哪里没读出来会告诉你」 这是一个 [bank statement converter]( https://getbankcsv.com/):把 PDF 银行对账单转成 CSV / Excel / QIF / OFX / QBO 。这个品类工具不少,我做的时候盯的是两个一直没被解决的问题。 ## 一、转出来的文件导不进会计软件 这跟提取质量无关,卡的是列名、日期格式、文件大小这些事。Intuit 自己的文档写得很明确: QuickBooks 收的 CSV 必须是英文、不超过 350 KB 、单次最多 1000 行、只能是三列 ( Date, Description, Amount )或者四列。一年的活期账单,后两条都会超。 所以我按 QuickBooks 和 Xero 各自文档要的形状分别出文件,而不是给一个通用 CSV 让你自己改。 ## 二、漏读了,但没人告诉你 这个更要命。版面解析或者 OCR 漏掉一整块交易,输出看起来完全正常,你导进账里, 几个月后对账才发现少了一截。 我这边的做法: