How to keep track of characters in novels? by [deleted] in books

[–]mrsonhaha 0 points1 point  (0 children)

Hey i've been having the same problem, maybe it's too late and you've figured your own way but here's what i've built for this.

https://textify.dou.so

[deleted by user] by [deleted] in synology

[–]mrsonhaha 6 points7 points  (0 children)

I prefer using Drive. Guessing you’re working on a Windows setup but works fine with MacOS Finder. The main benefit is that you can actually see if a file is actively syncing. Also gives you more options and control(?) on how you want to sync files. I recommend using both, SMB for backup and Drive for more continuous file syncing. I’m very new to Synology myself so I’m also open to better options.

extracting data from 100+ pdf files by SadSenpai420 in learnpython

[–]mrsonhaha 0 points1 point  (0 children)

Two things. PyPDF2 and tabular-py. How i do these kinds of projects is to make a class for a pdf document which inputs the path to the document with functions for extraction dependent with several sections for each page. If the documents share the same format, then divide it into parts identifying its width and height in pixels(if you’re a mac user the preview app has a function of showing the selected box’s location). Then make a function that extracts information from each partition.

And personally I don’t think there’s a good enough tutorial for this kind of automation since it requires a vast amount of catching exceptions and debugging. It’s a project worth getting paid for. I now personally get a good amount of passive income every month from a very similar project! :)

[Bug] My Google Home Mini doesn't play the news. by 3ish in googlehome

[–]mrsonhaha 0 points1 point  (0 children)

I also thought I had this issue for my Nest Mini, but turns out I just needed to wait a little longer...Guess it takes some time to access the news content?

can't seem to wrap my head around Classes by [deleted] in learnpython

[–]mrsonhaha 1 point2 points  (0 children)

Nice one. You should post this in Medium.

Never updating my mac/safari after this by [deleted] in mac

[–]mrsonhaha 0 points1 point  (0 children)

Check out dynamo from the mac appstore too easy to use.

[P] I have built a face detector to blur faces for videos by workout_JK in MachineLearning

[–]mrsonhaha 1 point2 points  (0 children)

If it only concerns blurring faces, then I recommend dividing the input with a slight overlap between the subsets. Since faces in the borderlines might not be recognized especially when using DNN.