chore(ocr): polish launch readiness (#409)

Polish the selective OCR runtime documentation, packaging guidance, and cross-language launch smoke coverage.
This commit is contained in:
Abimael Martell
2026-08-17 10:30:29 -07:00
committed by GitHub
parent 0f9b5fa1c6
commit a4b1c714e8
6 changed files with 130 additions and 6 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ OCR calls that route work require compatible PDFium and ONNX Runtime shared
libraries. Set `PDFIUM_LIB_PATH` and `ORT_DYLIB_PATH` when they are not on the
platform library search path. The pinned OCR model set is downloaded and
checksum-verified on the first routed page; use `offline=True` with a warm
cache or `model_directory` to prohibit network access.
cache or `model_directory` to prohibit network access. See the
[OCR runtime setup guide](https://github.com/firecrawl/pdf-inspector/blob/main/docs/ocr-runtime.md)
for pinned downloads, supported platforms, and hosted-fallback behavior.
## Usage