A helpful Claude
Hi!
Bit of AI related updates for the various pdf related projects:
- You can now encrypt or decrypt PDFs with the help of a Claude code skill. Pick the skill up at the pdf-recrypt project page here. (Readme for instructions, or just go copy .claude/skills/pdf-recrypt).
- Similarly, you can use pdf-text-extraction to extract text from PDF capabilities with Claude code skill as well. Skill is available in the project page here. (Readme for instructions or copy .claude/skills/pdf-text-extraction. Now you might ask…why do i need that Claude can get me PDF text…that’s true, but with Claude the technique is more complex (means rendering to image and then OCRing), which is not as fast, and less accurate. This is probably most meaningful when doing this en masse.
One other thing I did already a while ago is to take Claude for a ride looking for vulnerabilities in PDF Hummus library itself and fix them. Got to fix a lot of stuff, and develop some decent skills for doing this again in the future. Also a fairly neat CPP testing skill, which comes in handy in general. You get a v4.9.0 release which is safer to use.
Have a lovely day,
Gal.