SkillAgentSearch skills...

PDFtoTXT

Python code to read text from a PDF file (OCR).

Install / Use

/learn @lucab85/PDFtoTXT
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PDF to TXT

Python code to do OCR recognition of a PDF file and export text to TXT file.

Setup for LocalOCR on Ubuntu

apt-get install python-pyocr python-wand imagemagick
apt-get install libleptonica-dev tesseract-ocr-dev
apt-get install tesseract-ocr-ita
pip install -r requirements.txt

Setup CloudOCR on Ubuntu

Install Google Cloud SDK

apt-get install pdfimages google-cloud-sdk-app-engine-python
pip install requirements.txt

Related Skills

View on GitHub
GitHub Stars70
CategoryDevelopment
Updated7mo ago
Forks21

Languages

Python

Security Score

92/100

Audited on Aug 16, 2025

No findings