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
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
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
Please sign in to leave a comment.