I have converted list of PDF URLs to HTML files using pdf2htmlEX application and stored in localdrive. I want to add this feature in Portia.
i.e. If I enter the PDF URL in Start page and Portia has to load the converted HTML content. I have a python script to run this application and store the converted HTML files in local drive.
Where can I able to add this feature in Portia source?
Also I want to deploy those HTML files using scrapyd. How can I do that?