You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DeckProbe is a goal-oriented Rust engine, native CLI, and browser SDK for examining untrusted PDF, Microsoft Office, and modern Apple iWork documents—without rendering them or launching a desktop office suite. Rather than unpacking everything upfront, it selects the most efficient probe path that meets your requested targets and confidence level.
17
+
DeckProbe is the probing engine of the DeckFlow Runtime. It performs low-cost
18
+
preflight inspection and returns structured evidence that callers can use before
19
+
more expensive parsing, OCR, rendering, uploading, or model ingestion.
20
+
21
+
Available as a target-driven Rust engine, native CLI, and browser SDK, DeckProbe
22
+
inspects untrusted PDF, Microsoft Office, and modern Apple iWork documents
23
+
without rendering them or starting a desktop office suite. Instead of eagerly
24
+
unpacking everything, it chooses the cheapest probe path that can satisfy the
0 commit comments