CCExtractor / Rekognition

Free and Open Source alternative to Amazon's Rekognition service. CCExtractor Development | Poor Man's Rekognition
GNU General Public License v3.0
103 stars 53 forks source link

Extract Latex from images #94

Open PulkitMishra opened 4 years ago

devanshraj3000 commented 3 years ago

We can use tesseract to extract text from images. Should I code for the same? @PulkitMishra

PulkitMishra commented 3 years ago

@devanshraj3000 please read the work product submission of last year or go through the code. Tesseract may not be the best choice here. Firstly, we have our own Text Extraction and Text Recognition APIs that works really well on-scene images. All that needs to be done is take the output of the same and generate latex for it.

devanshraj3000 commented 3 years ago

Okay, got it! Will work on this

PulkitMishra commented 2 years ago

@augsaksham any updates on this?

augsaksham commented 2 years ago

I have stated looking into the pytorch model and am currently converting it into Omex

Snimm commented 2 years ago

@augsaksham Is this issue solved? Or there something left? If there is something left, I would like to contribute.

Snimm commented 1 year ago

@PulkitMishra Hello, Is this issue solved? Or there something left? If there is something left, I would like to contribute.

AryanSharma9917 commented 1 year ago

Hello @PulkitMishra sir, is the issue still unsolved? If yes I would like to work on it.