1.0.0 • Published 11 months ago

@vihlix/capacitor-text-reader v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 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"
acorn-jsxansi-colorsacornansi-stylesajvansi-regexargparsearray-unionarray.prototype.flatarray-includesat-least-nodeastral-regexbalanced-matchbase64-jsbig-integerbrace-expansionbracesbplist-parsercall-bindchalkcallsiteschevrotaincolor-namebuffer-crc32chownrcolor-convertcross-spawncolorettecosmiconfigdefine-lazy-propconcat-mapcommanderdebugdir-globdoctrineemoji-regexdeep-isdefine-propertieserror-exelementtreeenv-pathsenquireres-to-primitiveescape-string-regexpes-abstractes-shim-unscopableseslint-scopeeslint-config-prettiereslint-import-resolver-nodeeslint-module-utilseslint-plugin-importesprimaeslint-visitor-keysespreeesqueryesrecurseeslint-utilsesutilsfast-deep-equalestraversefast-levenshteinfd-slicerfill-rangefastqfast-globflattedflat-cachefs-minipassfile-entry-cachefunction-bindfs.realpathfunction.prototype.namefs-extrafunctional-red-black-treefunctions-have-namesfseventsfast-json-stable-stringifygithub-sluggerget-intrinsicglobglob-parentget-symbol-descriptionhasgraceful-fsglobalshas-bigintsglobbyhas-flagimurmurhashhas-property-descriptorsimport-freshhas-tostringtaginflightinheritsignoreinternal-slotis-arrayishis-callablehas-symbolsis-bigintis-boolean-objectis-dockeris-fullwidth-code-pointis-extglobis-date-objectis-negative-zerois-globis-core-moduleis-regexiniis-number-objectis-symbolis-shared-array-bufferis-weakrefis-stringisexeis-numberis-wsljs-tokensjson-schema-traversejson-parse-even-better-errorsjson-stable-stringify-without-jsonifyjson5js-yamljsonfilekleurlevnlodash.truncatejava-parserlines-and-columnslru-cachelodashlodash.mergemerge2minimatchmkdirpmsmicromatchminipassminizlibobject-keysnative-runminimistnatural-compareparent-moduleobject-inspectpath-is-absoluteparse-jsonpath-keyobject.assignopenpath-typependonceprelude-lsprogressplistpath-parsequeue-microtaskpromptsobject.valuesoptionatorpath-scurryregexp-to-astpunycoderesolve-frompicomatchreadable-streamrequire-from-stringreusifyregexppregexp.prototype.flagsrun-parallelsaxsafe-buffershebang-commandside-channelsisteransiresolveshebang-regexsignal-exitslashslice-ansistring-widthstring.prototype.trimstartsemverstring_decoderstrip-ansisplit2strip-bomsprintf-jsstring.prototype.trimendstrip-json-commentssupports-preserve-symlinks-flagtext-tabletarsupports-colorto-regex-rangetree-killtablethrough2tslibtsutilstsconfig-pathsuniversalifyunbox-primitivetype-checktype-festv8-compile-cacheuntildifyutil-deprecateword-wrapwhich-boxed-primitivewrap-ansiuri-jswrappyxml2jsget-stdinwhichxmlbuilderyallistyauzlyaml
1.0.0

11 months ago