Testing the docker image the only convert doc modes available are: TEXT and FLOW.
Swagger Cloud API
but in python aspose.pdf there is enhanced flow.
How do i use enhanced flow in Docker / Cloud API? This is the only mode that correctly converts the PDF tables.
@JackMERW
Please share pdf document for the conversion and which api method and parameters you use for the conversion.
Thanks kirill, in the cloud api:
/pdf/{name}/convert/doc
mode: mode
string
(query) Allows to control how a PDF document is converted into a word processing document.
Available values : Textbox, Flow
however in the python module i can use:
save_options.mode = ap.DocSaveOptions.RecognitionMode.ENHANCED_FLOW
So is it possible to use “enhanced_Flow” using cloud api/docker ?
@JackMERW
We have noticed the reported issues and logged the following tickets in our issue tracking system for further investigation and rectification. We will notify you as soon as these issues are resolved.
PDFCLOUD-4517: Add DocRecognitionMode EnhancedFlow mode
1 Like