D

Docytrans

Docytrans is a webapp which helps to translate documents form one language to another language in one single step.

D

Docytrans

Docytrans is a webapp which helps to translate documents form one language to another language in one single step.

The problem Docytrans solves

Docytrans helps people to solve the language barrier when they mirgrate from one place to another place by translating the required documents to their local language and also it helps to translate the language of e-book from orginal language to our required language.

Challenges we ran into

  1. there wasnt a js library to replace text from pdf
    sol-we used one library to extract text from pdf and another library to render it on top of previous text.
    2.The api had a request limitation?
    sol-we solved it using concerent request with delay.
    3.The standard font doesnt support hindi
    sol-we emeded a new font into pdf to support hindi.
    4.we couldnt fetch request from another source in browser
    sol-we used cors npm library

Discussion