스캔한 PDF 폴더는 누군가 스프레드시트에 옮겨 적기 전까지는 쓸모가 없습니다. 이 자동화는 전체 배치를 OCR과 구조화 추출로 처리해 하나의 CSV로 만들어줍니다.
sonnet4일 내 배송Vertex AIGoogle Cloud Vision OCRGoogle Sheetsn8n
Claude
76ROI
69Scale
$3k95Saved
ROI for
README.md
왜 이 서브에이전트인가
스캔한 PDF 폴더는 누군가 스프레드시트에 옮겨 적기 전까지는 쓸모가 없습니다. 이 자동화는 전체 배치를 OCR과 구조화 추출로 처리해 하나의 CSV로 만들어줍니다.
각 파일을 읽고, 컬럼 템플릿에 매핑한 뒤, 형식을 검증하고 결과를 하나의 깔끔한 CSV로 쌓아줍니다. 실패한 파일은 별도로 목록화되어 누락되는 데이터가 없습니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
필드 템플릿을 적용하여 모든 문서가 동일한 컬럼 세트에 매핑되도록 합니다.
pending
날짜와 통화 등 유형과 형식을 검증한 후 행 데이터를 승인합니다.
pending
구조화된 행 데이터를 하나의 CSV에 추가하고 추출에 실패한 파일 목록을 출력합니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Extract the template fields from each document into a consistent CSV row; output null where a field is absent.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.