Skip to content

C# implementation of Tesseract optical character recognition with pre-recongizing image processing and translation

Notifications You must be signed in to change notification settings

Panepo/Kikuzuki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kikuzuki

C# implementation of Tesseract optical character recognition with pre-recongizing image processing and translation.

usage1 usage2

Requirements

  • .NET Framework 4.6.1 runtime

Reference

Develop

Development Requirements

  • Visual Studio 2022
  • Azure account (For Azure translator)

Azure Translator Cofiguration

  • Create an Azure subscription and translator resource. Link
  • Create Secret.cs into csharp\Common folder
  • Fill Secret.cs with these following
namespace Kikuzuki
{
    class TranslatorConfig
    {
        public static readonly string TranslatorKey = <Your Translator Key>;
        public static readonly string TranslatorRegion = <Your Translator Region>;
        public static readonly string TranslatorEndpoint = "https://api.cognitive.microsofttranslator.com/";
    }
}

Author

Panepo

About

C# implementation of Tesseract optical character recognition with pre-recongizing image processing and translation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages