基于视觉的 PDF 解析器,用于验证 Google Drive 中的合同

1作者: scannyai6 个月前
我管理着几个 HubSpot 实例,而将 PDF 合同中的数据导入 CRM 是一大瓶颈。<p>标准的 OCR + 正则表达式方法不够稳定。所以我搭建了 Scanny AI。<p>它监听 Drive 的 Webhook,使用视觉模型提取关键信息(例如“总价值”),无论合同的排版如何,都能提取。它还强制执行严格的 JSON 模式,并修补 HubSpot API。<p>它每小时处理大约 5000 页文档。<p>文档和 API 密钥:scanny-ai.com
查看原文
I manage several HubSpot instances, and getting data from PDF contracts into the CRM is a massive bottleneck.<p>Standard OCR + Regex was too brittle. So I built Scanny AI.<p>It listens for Drive webhooks, uses a vision model to extract keys (like &quot;Total Value&quot;) regardless of layout, enforces a strict JSON schema, and patches the HubSpot API.<p>It handles about 5k pages&#x2F;hour.<p>Docs and API keys: scanny-ai.com