diff --git a/README.md b/README.md index 0d41132e..a7a40b7d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ CCExtractor is a tool that produces subtitles from TV use. Global accessibility (all users, all content, all countries) is the goal. With so many different formats, this is a constantly moving target, but we intend to keep up with all sources and formats. -Carlos's version (mainstream) is the most stable branch. +Carlos' version (mainstream) is the most stable branch. ## Installation and Usage @@ -41,9 +41,9 @@ When creating a ticket: - Please use English. - It goes without saying, we like polite people. -You can also contact us by email here: +You can also [contact us by email or chat with the team in Slack](http://www.ccextractor.org/doku.php?id=public:general:support). -```carlos@ccextractor.org``` +You can also ## Contributing diff --git a/windows/ccextractor.vcxproj b/windows/ccextractor.vcxproj index 561df374..31567d26 100644 --- a/windows/ccextractor.vcxproj +++ b/windows/ccextractor.vcxproj @@ -192,6 +192,7 @@ + diff --git a/windows/ccextractor.vcxproj.filters b/windows/ccextractor.vcxproj.filters index 2313c9bd..ae8a4a4b 100644 --- a/windows/ccextractor.vcxproj.filters +++ b/windows/ccextractor.vcxproj.filters @@ -758,6 +758,9 @@ Source Files\ccx_encoders + + Source Files\ccx_encoders + diff --git a/windows/libs/lib/libtesseract304.dll b/windows/libs/lib/libtesseract304.dll new file mode 100644 index 00000000..408b0e7c Binary files /dev/null and b/windows/libs/lib/libtesseract304.dll differ diff --git a/windows/libs/lib/libtesseract304.lib b/windows/libs/lib/libtesseract304.lib new file mode 100644 index 00000000..073296ae Binary files /dev/null and b/windows/libs/lib/libtesseract304.lib differ