Open saif-md opened 4 years ago
I want to make an app that will ocr pdfs. I am trying to achieve this passing ocr:true parameter in upload() method. Are there any way to do this? Is the param parameter of upload() supports this?
@saif-md have you tried to pass it to the CreateFile call?
CreateFile
CreateFile({"title": title, "parents": [{"id": parent_id}], "ocr": true}
I want to make an app that will ocr pdfs. I am trying to achieve this passing ocr:true parameter in upload() method. Are there any way to do this? Is the param parameter of upload() supports this?