OrangeRed / image-ocr-translator

Upload Image files and extract words to look up their translations.
1 stars 0 forks source link

Server Setup #2

Closed OlegAba closed 3 years ago

OlegAba commented 3 years ago
daniel-nash-csci380 commented 3 years ago

Hello:

As part of the server, to do the OCR portion, we could use this to extract the text: https://github.com/naptha/tesseract.js Then plug into possibly the google translate API or other online translation services to handle the translation.

Sincerely:

Daniel Nash


From: Oleg Abalonski [notifications@github.com] Sent: Wednesday, February 24, 2021 01:25 To: OrangeRed/Image-OCR-Translator Cc: Daniel Nash; Review requested Subject: Re: [OrangeRed/Image-OCR-Translator] Server Setup (#2)

CAUTION: This email originated from outside of John Jay. Examine it closely before clicking on links or opening attachments

@OlegAbahttps://github.com/OlegAba requested your review on: #2https://github.com/OrangeRed/Image-OCR-Translator/pull/2 Server Setup.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHubhttps://github.com/OrangeRed/Image-OCR-Translator/pull/2#event-4369066525, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASYC67LWXNQ4VEBJYZ3TZIDTASLUHANCNFSM4YD4UFOA.

OlegAba commented 3 years ago

Hello: As part of the server, to do the OCR portion, we could use this to extract the text: https://github.com/naptha/tesseract.js Then plug into possibly the google translate API or other online translation services to handle the translation. Sincerely: Daniel Nash

Thats the plan. Will work on it after implementing authentication.