OCR PDFs as fallback during upload (#3204)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* bump dev
This commit is contained in:
Timothy Carambat
2025-02-14 11:57:31 -08:00
committed by GitHub
parent cf8c7c28a1
commit 2a9066e83a
7 changed files with 350 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['agent-builder'] # put your current branch to create a build. Core team only.
branches: ['ocr-parse-pdfs'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'