Closed OlegAba closed 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.
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.
npm start
initiates a local node server that restarts when changes are made.