yourilove / translate_pdf_file

to translate pdf files from other languages to chinese.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

translate_pdf_file

to translate pdf files from other languages to chinese.

envirenment bulid

  1. python 3.7.8
  2. pip install Django=2.2.1
  3. pip install -U channels=2.2.0
  4. pip install channels_redis=3.2.0 download redis(version==5.0.10) server in URL:https://github.com/tporadowski/redis/releases
  5. pip install daphne=2.5.0

run project

  1. python manage.py runserver
  2. daphne -b 0.0.0.0 -p 8001 translate_pdf_file.asgi:application
  3. run redis serever

About

to translate pdf files from other languages to chinese.


Languages

Language:Python 52.2%Language:JavaScript 36.4%Language:HTML 4.9%Language:Less 3.6%Language:CSS 2.9%