Spaces:
Running
Running
File size: 897 Bytes
397896f 30d6a12 397896f 30d6a12 397896f 30d6a12 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
---
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/).
|