Git Product home page Git Product logo

Comments (4)

helen-os avatar helen-os commented on June 26, 2024 1

Hi,
The way of passing parameters depends on the used programming language.

For example, if you are using Python, you can change the process_image method from our sample in the following way:

def process_image(self, file_path, settings):
		url_params = {
			"language": "English",
			"exportFormat": "xml",
                        "xml:writeFormatting":"true"
		}

(Python sample is available here: https://github.com/abbyysdk/ocrsdk.com/tree/master/Python)

from ocrsdk.com.

helen-os avatar helen-os commented on June 26, 2024

Hi! It seems that the request to Cloud OCR SDK server is not formed correctly: the processing URL should look like "http://cloud-eu.ocrsdk.com/processImage?exportFormat=xml&xml:writeFormatting=true&language=English". Please try to pass xml:writeFormatting=true as a separate processing parameter or escape '&' symbol.

from ocrsdk.com.

JrSurapaneni avatar JrSurapaneni commented on June 26, 2024

Hi,
I've tried with escaping '&' symbol, same error popped up. How to pass xml:writeFormatting as separate Parameter ?

from ocrsdk.com.

JrSurapaneni avatar JrSurapaneni commented on June 26, 2024

Worked like a charm, thank you @helen-os .

from ocrsdk.com.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.