Can I Scale My PDF Excerpt Tool?

0
0
Asked By TechWhiz47 On

Hey everyone! I've developed this handy Python tool that takes PDF documents as input. You can paste in an excerpt, and it tells you the page number where that excerpt is found. I'm wondering if there's a way to scale this tool. Any tips or ideas?

1 Answer

Answered By DevGuru99 On

If you're thinking about scalability, consider shifting some of the workload to JavaScript. By creating a web app, most of the processing could happen on the client side, making it much easier to manage increased traffic. You might also explore using WASM with Python for better performance on the web!

TechWhiz47 -

I'll definitely check out WASM technology. Thanks for the suggestion!

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.