Skip to content
Recued
Menu
← Back to recipes

Summarize scanned PDF with OCRmyPDF

by recued-core v1

Create a searchable PDF from a scanned document, extract its text through Poppler pdftotext, and produce preview-first notes from the extracted text file ref. Set write_mode to stage to persist a durable scanned-document note with pointers to the searchable PDF and extracted text; preview mode writes no shared record.

How it works 17 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (17 steps)
ocr ?
keep_pdf ?
text ?
text_ref default
Apply default
has_text compare
Check if text ref has data
summarize ?
skip: step.has_text not_equal true
summary default
Apply default
key_points default
Apply default
key_points_count count
Count items in key points
key_points_text join
Join items with " "
now date_add
Add 0 days to
skip_write any
Check if any of the conditions are true
keep_text ?
skip: step.skip_write equal true
row_key replace
Replace text in keep pdf cas ref
stage_row ?
skip: step.skip_write equal true
staged not
Apply not
card to_summary
Format results as a summary card
Settings 7 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = important facts, decisions, dates, obligations, and follow-up actions
title setting =
source setting =
language setting = eng
max length setting = 300
write mode setting = preview
staging prefix setting = scanned_documents_staging

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Data it touches

Warehousedata.shared

About

Tags

ocrmypdfocrpdfscannotessummarydocument-intakestagingpack:ocrmypdfpack:pdftotextai_surface

Details

17 steps 7 configurable settings recipe_id: summarize-scanned-pdf-ocrmypdf