Skip to content

Releases: ocrbase-hq/ocrbase

v0.0.4

16 Apr 14:46

Choose a tag to compare

What's new

  • Extract endpointPOST /v1/extract parses a document and returns structured JSON via OpenRouter (default google/gemini-2.5-flash)
  • Async extract endpointPOST /v1/extract/async enqueues an extract job and returns a job_id
  • JSON Schema support — pass a schema field to constrain extract output via structured outputs
  • Extract queue — wired into BullMQ, Bull Board UI, and GET /v1/job/:job_id lookup
  • UUID job IDs — parse and extract jobs now use UUIDs

v0.0.3

16 Apr 01:34

Choose a tag to compare

What's new

  • Async parse endpointPOST /v1/parse/async returns a job_id immediately (requires REDIS_URL)
  • Job status endpointGET /v1/job/:job_id to poll for result
  • BullMQ integration — parse jobs processed via Redis-backed queue with worker
  • Bull Board UI — available at /v1/queues when Redis is configured
  • Docker fixes — correct Redis/S3 networking in docker-compose, Bull Board assets included in image

v0.0.2

15 Apr 22:43

Choose a tag to compare

Optional S3 document staging for parse inputs.

Container image: ghcr.io/ocrbase-hq/ocrbase:0.0.2
Digest: sha256:3daf56805eb799f1b0c258b980b2fcffc63560640c4c0363a58408341a5585d9

v0.0.1

15 Apr 21:06

Choose a tag to compare