vwtyler / ocr-pdf

simple pdf to text from a url using tesseract

  • Public
  • 503 runs
  • GitHub
  • License

Run time and cost

This model costs approximately $0.0066 to run on Replicate, or 151 runs per $1, but this varies depending on your inputs. It is also open source and you can run it on your own computer with Docker.

This model runs on CPU hardware. Predictions typically complete within 67 seconds. The predict time for this model varies significantly based on the inputs.

Readme

OCR-PDF Project

Overview

This project extracts text from PDF files using Tesseract Optical Character Recognition (OCR). It downloads a PDF from a given URL, converts each page into an image, and then extracts the text using Tesseract OCR. The project is on Github.

Usage

Provide a url for a pdf and it will provide the text of the pdf.

License

This project is licensed under the MIT License