OCR error!

Does it support Chinese? Version 20.5.

@wanyangye

Currently Aspose.OCR supports a specific set of characters that can be found in “Supported Characters” section of release notes. Furthermore, a ticket as OCRNET-41 has already been logged in our issue tracking system for the support of Chinese Language. We have linked the feature request ID with this forum thread so that you will receive notification as soon as the required support is available. Please spare us some time.

Waiting for your good news.

Is there any new progress!!!

@wanyangye

Regretfully, the ticket is not yet resolved. We will surely inform you as soon as we have some ETA or news about its resolution.

Has the problem been solved?

@wanyangye

Regretfully, the earlier logged feature request is not yet implemented. We will inform you within this forum thread as soon as we make some certain progress towards its implementation. Once the feature is available for use, we will send notification here. Please give us some time.

We are sorry for the inconvenience.

We need to increase support for the Chinese language, please actively respond, thank you

@wanyangye

We are gathering further information related to ticket resolution progress and will get back to you soon with our feedback.

@wanyangye

We are afraid that the earlier logged ticket is not yet scheduled for the implementation. We will further inform you as soon as we have some news regarding its resolution.

We apologize for the inconvenience.

The issues you have found earlier (filed as OCRNET-41) have been fixed in Aspose.OCR for .NET 21.6.

TKS,
2.png (23.5 KB)
ocr result.png (7.9 KB)

// set license

    License.setLicense("C:\\license\\Aspose.Total.Java.lic");
    boolean resLicense = License.isValid();
    System.out.println("License is :" + resLicense);

    // Create api instance
    AsposeOCR api = new AsposeOCR();

    String img= "C:\\Users\\dgsteven\\Desktop\\2.png";
    //File file = new File(img);

    // recognize Chinese text
    RecognitionSettings settings = new RecognitionSettings();
    settings.setLanguage(Language.Chi);
    RecognitionResult result = api.RecognizePage(img, settings);

    System.out.println(result.recognitionText);
    result.save("testres.txt");

There is no difference in recognition efficiency between OCR GPU version and non GPU version.

@wanyangye

We have logged another issue as OCRNET-373 in our issue tracking system for the sake of correction. We will further look into its details and keep you posted with the status of its resolution. Please be patient and spare us some time.

We are sorry for the inconvenience.