Free-OCR-API-CSharp icon indicating copy to clipboard operation
Free-OCR-API-CSharp copied to clipboard

Web API test app for the OCR.SPACE Free OCR API as Visual Studio C# project.

Results 7 Free-OCR-API-CSharp issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 8.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

view Arabic,ChineseSimplified,ChineseTraditional ,Czech,Danish,Dutch,English,Finnish,French,German,Greek ,Hungarian,Italian,Japanese,Korean ,Norwegian,Polish,Portuguese,Russian ,Spanish,Swedish ,Turkish codebehind "ara","chs","cht","cze","dan","dut","eng","fin","fre","ger","gre""hun","jap","kor","nor","pol","por","spa","swe","tur" "ita","rus" would be lack. and "jap" would be better to "jpn" So, if you run the sample with selecting "Italian" or...

add Kurdish It's the same with the arabic one with only a few more letters ع‎ | ش‎ | س‎ | ژ‎ | ز‎ | ڕ‎ | ر‎ | د‎...

Language code in Form1.cs is out of date. For example: Japanese is not "jap" but "jpn" now reference: https://ocr.space/ocrapi

When I supply the URL property to /Parse/Image, I get this response: `{"ParsedResults":null,"OCRExitCode":99,"IsErroredOnProcessing":true,"ErrorMessage":"Not a valid URL. URL must be of a valid and existing Image or PDF.","ErrorDetails":"","ProcessingTimeInMilliseconds":"0"}` The url provided...