Add OCR of image support (#3219)

* OCR PDFs as fallback in spawn thread

* wip

* build our own worker fanout and wrapper

* norm pkgs

* Add image OCR support
This commit is contained in:
Timothy Carambat
2025-02-14 12:07:33 -08:00
committed by GitHub
parent 2a9066e83a
commit 89bba68219
5 changed files with 118 additions and 2 deletions

View File

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