diff --git a/.vscode/settings.json b/.vscode/settings.json index 2884d00..97a35ac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,6 +8,7 @@ "konva", "libretranslate", "Tesseract", + "Textualize", "wailsjs" ] } \ No newline at end of file diff --git a/README.md b/README.md index 1c0ef6d..1bc4ff2 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# Textualize \ No newline at end of file +# Textualize + +Textualize is a desktop application designed to process your photos or scans of physical text documents, convert them into textual data and translate them. + +Textualize comes with an interface to edit, modify, and manage your projects, making it a powerful tool to work on entire volumes as well as single page documents. + +![image](/docs/assets/overviewScreenshot.png) + +This project is still under development. Currently on English, classic Hebrew script, and Rashi script are available options for textualizing in the GUI. + +Context linking for translations and translation output are still very much buggy and not accessible through the GUI + +Built with Wails +Tested only on MacOS \ No newline at end of file diff --git a/docs/assets/overviewScreenshot.png b/docs/assets/overviewScreenshot.png new file mode 100644 index 0000000..60d2ad9 Binary files /dev/null and b/docs/assets/overviewScreenshot.png differ