I'm using the sample PHP script that uploads an image to the cloud and waits for a response. However, the response comes in rtf format. I'd like it in plain text - ASCII or Unicode is fine. How can I modify the sample script to get a different response type back?
Cloud OCR - PHP - Get response in plain text like Unicode instead of RTF
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Hello Tony,
You can set the txt export format in this line: https://github.com/abbyysdk/ocrsdk.com/blob/master/PHP/abbyy_php_example.php#L30
サインインしてコメントを残してください。