Hey everyone! I've been working on a cool Python tool that allows users to input PDF documents and excerpt text. It identifies and returns the specific page number from which the excerpt was drawn. My question is, can I scale this tool? I'm curious about the possibilities!
3 Answers
You might want to think about using JavaScript to build a web version of your tool. If you handle most of the processing on the client side, it could potentially be infinitely scalable. Have you considered using WASM with Python? That could be a solid option!
What do you mean by scaling? Are you thinking of turning it into a web app? That could open up many opportunities!
I could, but I'm also wondering if there's a way to earn from it.
Is this tool actually more efficient than just pressing Ctrl+F for a search in a PDF? I'm curious about the value proposition. Why would someone want to pay for your tool when a simple search works?
Maybe integrating some AI features could enhance its utility?
I can definitely look into WASM! Thanks for the suggestion!