ocr-my-pdf / README.md
Giovanni Spadaro
init
30d6a12
---
title: OCR my PDF
emoji: πŸ—‚οΈπŸ“‘
colorFrom: green
colorTo: green
sdk: gradio
sdk_version: 5.23.1
app_file: app.py
pinned: false
license: mit
short_description: Add a text layer to your PDF file
---
# OCR my PDFs
This is an open-source application that processes PDFs using OCR (Optical Character Recognition). It leverages the `ocrmypdf` library to convert scanned PDFs into searchable and accessible documents.
## Features
- Automatic OCR processing of scanned PDFs
- Open-source and easy to use
## License
This project is licensed under the MIT License.
However, it includes and depends on the `ocrmypdf` library, which is licensed under the Mozilla Public License 2.0 (MPL-2.0). You can find the `ocrmypdf` project and its license details [here](https://github.com/ocrmypdf/OCRmyPDF).
## Author
This project has been created by [Giovanni Spadaro](https://giovannispadaro.it/).