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

Accounts

Path: ocrwebservice.db.accounts.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.

Documents

Path: ocrwebservice.db.documents.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.