You are browsing as a guest. Sign up (or log in) to start making projects!

DAISY-P

  • 1 Devlogs
  • 0 Total hours

Python library for parsing DAISY files.

Open comments for this post

21m 4s logged

So, it turns out the DAISY format is shockingly normal. On the plus side, it seems like I’ll be able to use a lot of HTML parsing principles, and even include some unmodified HTML parsing with attribution. On the downside, I’m on chapter 3 and I already see about 5 different potential memory leaks if I’m not careful. Wish me luck :/

So, it turns out the DAISY format is shockingly normal. On the plus side, it seems like I’ll be able to use a lot of HTML parsing principles, and even include some unmodified HTML parsing with attribution. On the downside, I’m on chapter 3 and I already see about 5 different potential memory leaks if I’m not careful. Wish me luck :/

Replying to @Doodle

0

Followers

Loading…