We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa954f commit 80b469eCopy full SHA for 80b469e
1 file changed
src/pdfrest/client.py
@@ -2271,7 +2271,7 @@ def ocr_pdf(
2271
extra_body: Body | None = None,
2272
timeout: TimeoutTypes | None = None,
2273
) -> PdfRestFileBasedResponse:
2274
- """Perform OCR on a PDF to extract searchable text."""
+ """Perform OCR on a PDF to make text searchable and extractable."""
2275
2276
payload: dict[str, Any] = {"files": file}
2277
if pages is not None:
@@ -3269,7 +3269,7 @@ async def ocr_pdf(
3269
3270
3271
3272
3273
3274
3275
0 commit comments