Skip to main content
The OCR.space plugin syncs data locally. Use corsair.ocrspace.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Conversions

Path: ocrspace.db.conversions.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Ocr Results

Path: ocrspace.db.ocrResults.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.