A React and soon native app that converts handwritten or printed text on paper to computer text (digitizing it) giving you a faster and easier way to get things done. The app also might have the ability to tell in which language was a piece of text written after scanning it.
A React app that converts handwritten or printed text on paper to computer text (digitizing it) taking off all that effort to type long text to the computer giving you a faster and easier way to get things done.
· Report Bug
· Request Feature
This is a full-stack project with web and native apps developed with React, React Native, TypeScript, and NodeJS, it uses the webcam/camera to snap a picture of handwritten or printed text on paper or gets an image that you upload and converts it to a formatted digitized version on the computer, it makes use of the Google Cloud Vision API for character recognition, NestJS in the backend and PostgreSQL as the database.
A second feature that will be added in the future it the ability to tell in which language a piece of text has been written after scanning it.
To get a local copy up and running follow these simple steps.
yarn
npm install yarn -g
git clone git@github.com:Redvanisation/digitize-text.git
cd digitize-text
yarn install
yarn run dev:start/web
yarn run dev:start/server
To run the mobile app follow the steps below
After setting up the development environment for mobile run the following commands from the root directory to start the app
yarn run dev:start/ios
yarn run dev:start/android
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
Please read our [CONTRIBUTING][contributing] guidelines and our [Code of Conduct][code of conduct] before making contributions.
Fork the Project
Create your Feature Branch (git checkout -b feature/AmazingFeature
)
Commit your Changes (git commit -m 'Add some AmazingFeature'
)
Push to the Branch (git push origin feature/AmazingFeature
)
Read the information on here, then Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Radouane Khiri - @redvanisation - LinkedIn - redvanisation@gmail.com