1.0.1 • Published 9 months ago

@vihlix/capacitor-text-reader v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@vihlix/capacitor-text-reader

Text Detection From Images

Install

npm install @vihlix/capacitor-text-reader
npx cap sync

API

detectText(...)

detectText(options: { filename: string; orientation?: ImageOrientation; }) => Promise<{ textDetections: TextDetection[]; }>
ParamType
options{ filename: string; orientation?: ImageOrientation; }

Returns: Promise<{ textDetections: TextDetection[]; }>


Interfaces

TextDetection

PropType
textstring

Enums

ImageOrientation

MembersValue
Up"UP"
Down"DOWN"
Left"LEFT"
Right"RIGHT"
acornacorn-jsxajvansi-colorsansi-regexansi-stylesargparsearray-includesarray-unionarray.prototype.flatastral-regexat-least-nodebalanced-matchbase64-jsbig-integerbplist-parserbrace-expansionbracesbuffer-crc32call-bindcallsiteschalkchevrotainchownrcolor-convertcolor-namecolorettecommanderconcat-mapcosmiconfigcross-spawndebugdeep-isdefine-lazy-propdefine-propertiesdir-globdoctrineelementtreeemoji-regexenquirerenv-pathserror-exes-abstractes-shim-unscopableses-to-primitiveescape-string-regexpeslint-config-prettiereslint-import-resolver-nodeeslint-module-utilseslint-plugin-importeslint-scopeeslint-utilseslint-visitor-keysespreeesprimaesqueryesrecurseestraverseesutilsfast-deep-equalfast-globfast-json-stable-stringifyfast-levenshteinfastqfd-slicerfile-entry-cachefill-rangeflat-cacheflattedfs-extrafs-minipassfs.realpathfseventsfunction-bindfunction.prototype.namefunctional-red-black-treefunctions-have-namesget-intrinsicget-stdinget-symbol-descriptiongithub-sluggerglobglob-parentglobalsglobbygraceful-fshashas-bigintshas-flaghas-property-descriptorshas-symbolshas-tostringtagignoreimport-freshimurmurhashinflightinheritsiniinternal-slotis-arrayishis-bigintis-boolean-objectis-callableis-core-moduleis-date-objectis-dockeris-extglobis-fullwidth-code-pointis-globis-negative-zerois-numberis-number-objectis-regexis-shared-array-bufferis-stringis-symbolis-weakrefis-wslisexejava-parserjs-tokensjs-yamljson-parse-even-better-errorsjson-schema-traversejson-stable-stringify-without-jsonifyjson5jsonfilekleurlevnlines-and-columnslodashlodash.mergelodash.truncatelru-cachemerge2micromatchminimatchminimistminipassminizlibmkdirpmsnative-runnatural-compareobject-inspectobject-keysobject.assignobject.valuesonceopenoptionatorparent-moduleparse-jsonpath-is-absolutepath-keypath-parsepath-scurrypath-typependpicomatchplistprelude-lsprogresspromptspunycodequeue-microtaskreadable-streamregexp-to-astregexp.prototype.flagsregexpprequire-from-stringresolveresolve-fromreusifyrun-parallelsafe-buffersaxsemvershebang-commandshebang-regexside-channelsignal-exitsisteransislashslice-ansisplit2sprintf-jsstring_decoderstring-widthstring.prototype.trimendstring.prototype.trimstartstrip-ansistrip-bomstrip-json-commentssupports-colorsupports-preserve-symlinks-flagtabletartext-tablethrough2to-regex-rangetree-killtsconfig-pathstslibtsutilstype-checktype-festunbox-primitiveuniversalifyuntildifyuri-jsutil-deprecatev8-compile-cachewhichwhich-boxed-primitiveword-wrapwrap-ansiwrappyxml2jsxmlbuilderyallistyamlyauzl
1.0.1

9 months ago

1.0.0

2 years ago