feat(ocr): add smartai extraction support
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user