feat(ocr): add smartai extraction support

This commit is contained in:
2026-05-19 06:42:42 +00:00
parent d86a83d515
commit 30780e7514
8 changed files with 9864 additions and 3355 deletions
+4
View File
@@ -7,6 +7,8 @@ export {
// @pushrocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartaiDocument from '@push.rocks/smartai/document';
import * as smartaiOcr from '@push.rocks/smartai/ocr';
import * as smartshell from '@push.rocks/smartshell';
import * as smartunique from '@push.rocks/smartunique';
import * as smartpath from '@push.rocks/smartpath';
@@ -14,6 +16,8 @@ import * as smartpromise from '@push.rocks/smartpromise';
export {
smartfile,
smartaiDocument,
smartaiOcr,
smartshell,
smartunique,
smartpath,