0
Files
src/pdf/DEPS
Chu-Hsuan Yang ec94716da1 PDF: Land initial version of PdfSearchify
PdfSearchify takes a PDF and outputs a searchable PDF by performing OCR
and adding an invisible text layer on each image in the PDF. Each
execution should take place in an isolated process, and each process
should be terminated upon completion of the work.

Bug: 41487613
Test: Create PDFs with CL:5307294
Change-Id: I69d5d4db0b9405e085f6b260567743c0d59f519d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5246898
Reviewed-by: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: Sean Li <seannli@google.com>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Chu-Hsuan Yang <chuhsuan@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1289713}
2024-04-19 01:47:45 +00:00

26 lines
602 B
Python

include_rules = [
"+cc/paint",
"+gin",
"+mojo/core/embedder",
"+mojo/public/cpp/bindings",
"+net",
"+printing",
"+services/network/public/mojom/referrer_policy.mojom-shared.h",
"+services/screen_ai/buildflags",
"+services/screen_ai/public/mojom/screen_ai_service.mojom.h",
"+services/screen_ai/public/mojom/screen_ai_service.mojom-forward.h",
"+third_party/blink/public",
"+third_party/skia/include/core",
"+ui/base",
"+ui/events",
"+ui/gfx",
"+v8/include",
]
specific_include_rules = {
".*_unittest.*\.cc": [
"+cc/test",
"+ui/latency/latency_info.h",
],
}