- Extract text from images
- Supports a variety of image formats
- Easy to use
- Open source
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Banitongwa7/OpenOCR.git
# Go into the repository
$ cd OpenOCR
> NextJS
# Go into the directory
$ cd next_app
# Install dependencies
$ npm install
# Run the app
$ npm run dev # The app will then be available at http://localhost:3000
> NodeJS
# Go into the directory
$ cd server_api
# Install dependencies
$ npm install
# Run the app
$ npm start
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
Contributions are welcome! To contribute, fork the repository and make your changes. Then, open a pull request.
MIT