Giter Club home page Giter Club logo

textsnap's Introduction

TextSnap πŸ“ΈπŸ“

TextSnap is a Node.js project that allows you to effortlessly convert image text into editable text format. Say goodbye to manual typing and hello to convenient text extraction!

Features

  • Extract text from images with ease
  • Three convenient APIs:
    1. extractText: Convert image text and display it
    2. extractTextSave: Save converted text in MongoDB
    3. extractTextSaveTxt: Save converted text in a .txt file
  • Sleek and intuitive UI designed with HTML and CSS

Getting Started

  1. Clone the repository to your local machine.
  2. Install dependencies by running npm install.
  3. Start the server with npm start.
  4. Access the UI at http://localhost:9000.
  5. Upload an image containing text and choose your preferred API option.

APIs

1. extractText

This API converts image text into text and displays it directly on the UI.

Endpoint: /textSnap/extractText Method: POST Request Body: { image: [image file] }

2. extractTextSave

Converts image text and saves it in MongoDB for future reference.

Endpoint: /textSnap/extractTextSave Method: POST Request Body: { image: [image file] }

3. extractTextSaveTxt

Converts image text and saves it in a .txt file for easy access.

Endpoint: /textSnap/extractTextSaveTxt Method: POST Request Body: { image: [image file] , fileName: [Name for file] }

Technologies Used

  • Node.js
  • MongoDB
  • HTML
  • CSS

Contributing

Contributions are welcome! Feel free to fork the repository and submit pull requests.

textsnap's People

Contributors

akshandrasingh avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.