From c2796d384d2995046039a09cce9cd5728ca8c8f9 Mon Sep 17 00:00:00 2001 From: sang won kim <46513852+ttop32@users.noreply.github.com> Date: Fri, 11 Dec 2020 14:57:54 +0900 Subject: [PATCH 1/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e5c919..57e479b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ https://colab.research.google.com/drive/1XbR7fNXtT4TGlLI1FBcCQv7Gj5mlDvwb?usp=sh # Required environment to run - google ocr : google drive permission(credential file and scope file) -- window ocr : Microsoft.NET v4.0.30319 and window japanese ocr +- window ocr : Microsoft.NET v4.0.30319,net core 3.1 runtime and window japanese ocr - ez trans xp korea translator : ez trans xp program and ehnd # How to use From 4ed699e8ed1796259753e8d731a735d4b38cf0a9 Mon Sep 17 00:00:00 2001 From: sang won kim <46513852+ttop32@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:27:33 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57e479b..c3a54fb 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ pip freeze > requirements.txt - [Google Translate API for Python](https://pypi.org/project/googletrans/) - [google translate new](https://github.com/lushan88a/google_trans_new) - [ehnd](https://github.com/sokcuri/ehnd) +- [ezTransWeb](https://github.com/HelloKS/ezTransWeb) - [google drive](https://developers.google.com/drive/api/v3/quickstart/python) - [flaticon](https://www.flaticon.com/) - [cefpython](https://github.com/cztomczak/cefpython) From 48e3eefc3de9ac8651e6a152a27499c26dc9098c Mon Sep 17 00:00:00 2001 From: sang won kim <46513852+ttop32@users.noreply.github.com> Date: Fri, 11 Dec 2020 17:29:57 +0900 Subject: [PATCH 3/4] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3a54fb..3b2a558 100644 --- a/README.md +++ b/README.md @@ -86,13 +86,16 @@ pip freeze > requirements.txt - [Tesseract](https://github.com/tesseract-ocr/tesseract) - [Pytesseract](https://pypi.python.org/pypi/pytesseract) - [nhocr](https://github.com/fireae/nhocr) +- [google drive](https://developers.google.com/drive/api/v3/quickstart/python) +- [google_drive_ocr](https://tanaikech.github.io/2017/05/02/ocr-using-google-drive-api/) +- [window10_ocr](https://medium.com/rkttu/using-windows-10-built-in-ocr-with-c-b5ca8665a14e) - [OpenCV with Python wrapper](https://pypi.org/project/opencv-python/) - [text-detection](https://github.com/qzane/text-detection) - [Google Translate API for Python](https://pypi.org/project/googletrans/) - [google translate new](https://github.com/lushan88a/google_trans_new) - [ehnd](https://github.com/sokcuri/ehnd) - [ezTransWeb](https://github.com/HelloKS/ezTransWeb) -- [google drive](https://developers.google.com/drive/api/v3/quickstart/python) - [flaticon](https://www.flaticon.com/) - [cefpython](https://github.com/cztomczak/cefpython) + From 8afee205e288f502788e8fb48c6652094a6a1bcb Mon Sep 17 00:00:00 2001 From: sang won kim <46513852+ttop32@users.noreply.github.com> Date: Fri, 11 Dec 2020 18:25:51 +0900 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b2a558..d1f0e03 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ get japanese manga from url to translate manga image using SickZil(text segmentation model), google ocr(or window ocr) and eztrans xp(or google translator) gui version 0.3a is released. Window ocr and google translate api are now supported. -download latest version (using eztrans xp(or google translator), support multi lang) +download latest version (using eztrans xp and google translator), support multi lang) https://github.com/ttop32/JMTrans/releases/latest/download/JMTrans.zip pre released colab version (using google translator only, support multi lang)