Use zhulang CMS to recognize pictures and words - uncover the OCR image recognition function of the new zhulang CMS

Posted by grissom on Mon, 07 Mar 2022 23:34:17 +0100

What is the fastest way for human beings to read information?
Accessories > Video > Image > text

What is your favorite content medium?
Text > Image > Video > Accessories

Is there a two pronged approach to the interaction between humans and computing?
How should the progress of science and technology feed back human production and life?

As a leading CMS R & D institution in China and the only software service provider with full intellectual property rights of CMS + word library + icon + picture library in China, Shanghai Zoomla! For more than ten years, zhulang CMS software has been focusing on the research and development of the whole stack, in the new Zoomla! Wave following CMS V8 In X, the [OCR map recognition] module is provided, and the mysterious veil is disclosed here.

One click map transmission and intelligent recognition

[the external chain picture transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-aq6ql3gg-1618374156077)( https://www.z01.com/UploadFiles/Anony/content/md/Ux8oJm8Oxo.jpg "Insert picture description here")]
Click "OCR map recognition" on the front page to start it. The address path rule is: https://demo.z01.com/Font/ocr
After entering, the login will be verified (this can collect member behavior, accumulate member data and academic analysis):
[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-yibdgbwm-1618374156081)( https://www.z01.com/UploadFiles/Anony/content/md/VyAGd4s9G1.jpg "Insert picture description here")]

At the main interface, you can upload the pictures and programs you want to identify tiktok. The results are as follows: (the left is the fuzzy screenshots from the shaking, and the right is the result of recognition).
[the external chain image transfer fails. The source station may have an anti-theft chain mechanism. It is recommended to save the image and upload it directly (img-es3sej33-1618374156082)( https://www.z01.com/UploadFiles/Anony/content/md/XOQBkSo5s3.jpg "Insert picture description here")]

At the same time, the system background can also analyze and identify. Its function is located in system OCR identification, and the function interface is the same.
[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-imqyi2kl-1618374156085)( https://www.z01.com/UploadFiles/Anony/content/md/ORUAgIRKHq.jpg "Insert picture description here")]

The server side needs to deploy VC++2015 runtime

What is the language of multilingual analysis, source and target language? Has the final say.

[external chain picture transfer failed. The source station may have anti-theft chain mechanism. It is recommended to save the picture and upload it directly (img-uf9w2j51-1618374156087)( https://www.z01.com/UploadFiles/Anony/content/md/tXdY4S9eIY.jpg "Insert picture description here")]

Derived from the semantic analysis and text technology of zfont (zhulang font library) team of zhulang software, the system provides simplified Chinese, traditional Chinese (Hong Kong), traditional Chinese (Taiwan), Japanese, Korean and English analysis, and expands various semantic analysis and text recognition for business users.
Grasp the language source freely.

Free training, your OCR has the final say.

In the field of ocr recognition, the biggest pain point in application is the recognition rate.
Zoomla! ocr recognition of zhulang CMS can provide free training and provide various training support for business users, so as to meet different text analysis.
For more than ten years, zhulang software has established a whole industry chain from software, to word library, to voice and to image library, so as to provide in-depth source code support and meet the development needs of commercial users.

Interface example:

1. HttpGet method
 - Parameter 1: file No default value, must be passed in
file Refers to the file name, including path, which can be absolute path or relative path
 Absolute path: full file name, for example```D:\folder\file.png```
Relative path: in```./wwwroot```Relative path at the beginning, for example```./wwwroot/UploadFiles/ocr/20200831.png```

 - Parameter 2: lang The default is 0, that is, Chinese is recognized
lang It refers to the recognition language, which can represent multiple languages```,```connect
 0 in simplified Chinese, 1 in English, etc. Please refer to enumeration for details```ZoomLa.Components.OCR.OCRLang```
For example: lang=0,1  Indicates that simplified Chinese and English can be recognized at the same time

example:
```javascript
$.ajax({
    method: "Get",
    dataType: "json",
    url: "/font/ocrapi?file=" + file + "&lang=" + lang,
    success: function (result) {
        if (result.success) {
        }
        else {
            alert(result.error);
        }
    },
    error: function () {
    }
});
# Full stack combination, convenient reference 
[External chain picture transfer failed,The origin station may have anti-theft chain mechanism,It is recommended to save the picture and upload it directly(img-VDMwAD7l-1618374156089)(https://www.z01.com/UploadFiles/Anony/content/md/yBvl7Jj6iw.jpg "insert picture description here")]

OCR Identify the waves CMS It can be freely referenced in the global situation. As we all know, wave by wave CMS It is a huge, freely assembled modular system. Different modules can be further developed according to user needs ocr The identification module can also be referenced, combined and used conveniently.

# Independent cloud library, cost saving and reliable privacy

Some netizens said: I'll just use wechat to automatically identify. What's the use of making an analysis by myself?

Here, the senior code farmer smiles: you can use wechat identification, but wechat analysis is actually training data for Tencent, and you can't get the data center yourself.
At the same time, your analysis results will be leaked at any time. For an enterprise application, privacy is the highest mission.
Finally, the use of third-party mobile for conversion is a synonym for inefficiency and ineffectiveness for productivity platforms.

Enterprise application, relying on wave following CMS,Build robust productivity software to create mobile, wechat and native APP The way of full stack development!

Click here to download integration for free ocr A new generation of map recognition function Zoomla!Joomla  CMS http://www.z01.com/pub

Topics: OCR cms