Skip to content

Banitongwa7/OpenOCR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 

Repository files navigation


Logo OpenOCR
OpenOCR

A free OCR tool.

Crates.io GitHub issues GitHub forks GitHub Repo stars Watchers

Key Features

  • Extract text from images
  • Supports a variety of image formats
  • Easy to use
  • Open source

How To Use

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.

Contributing

Contributions are welcome! To contribute, fork the repository and make your changes. Then, open a pull request.

License

MIT

About

OpenOCR Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published