├── LICENSE ├── README.md ├── package.json ├── src ├── index.ts └── opticalcharacterrecognition.ts └── tsconfig.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/README.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/package.json -------------------------------------------------------------------------------- /src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/src/index.ts -------------------------------------------------------------------------------- /src/opticalcharacterrecognition.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/src/opticalcharacterrecognition.ts -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laurindoisaac/OpticalCharacter/HEAD/tsconfig.json --------------------------------------------------------------------------------