Hosting and the domain are already in place, but the site itself still needs to be brought to life. I need help getting WordPress installed, choosing and configuring a sleek modern theme, and then adding a drag-and-drop area where visitors can upload a single PDF. Once the file lands on the server, the workflow should automatically call my Open API endpoint (I’ll provide full documentation and the key) to extract the text content from the document. The extracted text has to be returned to the user on-screen and stored in the dashboard so I can review it later. Key targets we must hit: • Clean, modern WP theme fully set up and ready for my content • Front-end drag-and-drop PDF uploader with progress indicator • Secure server-side handling, size/type validation, and temporary storage • Seamless API call that feeds the PDF, captures the JSON response, and prints the extracted text back to the user without a page refresh • Admin-side log listing each upload, file name, date, and extracted text snippet I don’t mind which plugin or custom code you use as long as it is maintainable, works on the latest WordPress version, and keeps page speed fast. If you’ve handled Dropzone.js, FilePond, or similar tools before, let me know, but a lightweight native solution is equally welcome. The project is ready to start as soon as we settle on the exact approach, and I’d like a quick turnaround with clear, testable milestones for the uploader, API connection, and final polish.