Krati-orbit/automatic-hack ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple full stack app that can take a PDF upload, extract the text from it, and show the cleaned content in the browser so I can review it easily.
I want a small Python backend with an API for handling the PDF and returning the extracted text, plus a basic frontend where I can upload a file, see the result, and maybe copy it out. If there’s already some agent or automation code in the repo, hook that into the flow so the app can do the main task end to end instead of just dumping raw text.
Keep the UI straightforward and practical, since this is for a quick demo. Make sure the app can run locally, and add any missing glue code, config, or instructions needed so I can launch it without figuring out the setup myself. If you need to check current docs for any library behavior, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit