Skip to content

jasuchicago/pdf2text-ocr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

pdf2text-ocr

Forked from racosa/pdf2text-ocr

pdf2text-ocr is a simple tool for converting PDF to text using OCR. Files are converted locally in the browser and are never uploaded to external servers. You can also save the converted text to a .txt file.

It can be useful if you are getting gibberish when copying and pasting text from PDF (example), specially if you don't want to or cannot use a cloud-based solution.

How it works

Each page of the PDF is converted to an image using PDF.js and each image is converted to text using Tesseract.js. The results are displayed in the browser allowing users to copy the text, or save to a .txt file.

About

Simple tool for converting PDF to text using OCR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%