Can I Scale My PDF Searching Tool?

0
0
Asked By CuriousCoder92 On

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

Answered By WebWizard88 On

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!

CuriousCoder92 -

I can definitely look into WASM! Thanks for the suggestion!

Answered By TechEnthusiast45 On

What do you mean by scaling? Are you thinking of turning it into a web app? That could open up many opportunities!

CuriousCoder92 -

I could, but I'm also wondering if there's a way to earn from it.

Answered By SearchSkeptic23 On

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?

CuriousCoder92 -

Maybe integrating some AI features could enhance its utility?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.