Configure the action by supplying the URL of the file you wish to convert.
Execution:
Run the workflow, and the action will extract the text from the document.
Result Retrieval:
Access the extracted text in a text format, which you can then display, store, or further manipulate within your Bubble.io app.
The plugin features an error field which is empty when no error is encountered, though if the plugin encounters an error when processing the pdf file, the error message is returned in this field.
Demo:
https://convert-document-to-text.bubbleapps.io/version-testDemo Backend:
https://bubble.io/page?name=index&id=convert-document-to-text&tab=tabs-1Advanced Notes:
This plugin can handle the raw urls delivered from a fileuploader in Bubble. So you can send fileUploaderA's.value's.URL and the plugin will check for the complete https: structure on the URL.
This action is designed for textual content and will not handle images or complex vector graphics embedded within the PDF, DOC, DOCX, TXT and ODT Files.
The accuracy of formatting preservation can vary massively depending on the complexity and design of the original PDF.
PDF Text extraction is based on the Y coordinate spacing for line detection; intricate layouts with multiple columns or non-standard spacing may not translate perfectly.