We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
We use essential cookies for the website to function, as well as analytics cookies for analyzing and creating statistics of the website performance. To agree to the use of analytics cookies, click "Accept All". You can manage your preferences at any time by clicking "Cookie Settings" on the footer. More Information.
This API recognizes documents in images and the texts in the documents, and returns the recognized documents and texts to the clients. Then the client can restore the returned information to a document of .ppt format.
Scenarios
Efficient converter, simple operation
"This API can recognize documents in images and generate editable e-documents. It is applicable to scenarios where document images need information editing and recording, for example, note-taking snapshots and paper documents."
Conversion of documents in images
Extracts texts in images, and then converts the document images into e-documents of .ppt format quickly.
Quick electronization of paper documents
Extracts content in images of paper documents and converts them into e-documents of .PPT format quickly.
Description
Request
Copy
VisionImage image = VisionImage.fromBitmap(bitmap); int result_code = converter.detectSlide(image, cb);
Response
Copy
+ Amelia Lee Sales Manager
amelia-xj@hotmail.com amelia-xj@hotmail.com +86 121 7865 0111 Shenzhen Huawei Consumer Business Group Open Lab
Start development here with Huawei
Service introduction
Service overview, application scenarios, and functions
1Are setTxtsrConfig() and setDocrefineConfig() needed?
Currently, there is no additional parameter configuration for text super-resolution and document conversion,and therefore there is no need to be called.
2Why is the onDocDetect(), onDocRefine(), or onSuperResolution() not called back?
Typically, it is because the input parameters do not comply with the API requirements, and onError method are called back instead.