Skip to content

Just one of my another stupid project about Extracting text from images πŸ€“

Notifications You must be signed in to change notification settings

psychoSherlock/react-textractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Just one of my another stupid project about Extracting text from images πŸ€“

LOL I just feel like I am obsessed with it. 😐 Seems like all I do is text extraction

OK first I will explain how to set it up πŸ˜‹

Setup

git clone https://github.com/psychoSherlock/react-textractor.git
cd react-textractor
npm install
  • Go to Imgur and create an account, select anonymous upload option and get the key
  • Go to This Api and subscribe to it
  • Create a directory called config inside src
  • Add a file, called API.js inside it and add the following lines
export const rapidApiKey = RAPIAPI_OCRLY_KEY;
export const imgurKey = IMGUR_API_KEY;

Run

npm start

Done 😊

This was just a learning project. I was just learning react and I thought of building it and also learn new concepts about react like axios api and state management.

Of course there are many ways to improve this and I didn't care about the UI that much, feel free to fork it at your free time πŸ€“

About

Just one of my another stupid project about Extracting text from images πŸ€“

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published