Instructions
The plugin provides the following Server Side Actions:
"Extract All Text" extract text from all the pages of the base 64 encoded PDF. Returns a list of strings containing the text on each page.
"PDF Info" retrieve information and metadata from the base 64 encoded PDF. Returns the page count and strings containing the serialized JSON of the information and metadata.
"Extract Page Text" extract the text from a specific page of the base 64 encoded PDF. Returns a string containing the extracted text.