@qduc/easyocr-core
v0.1.3
Published
Core logic for easyocr.js
Readme
@qduc/easyocr-core
Core logic and types for easyocr.js, a JavaScript port of EasyOCR.
This package contains runtime-agnostic OCR pipeline logic, image processing, and post-processing. It is intended to be used with a runtime-specific package like @qduc/easyocr-node or @qduc/easyocr-web.
Installation
npm install @qduc/easyocr-coreUsage
See the main repository README for documentation and examples.
