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 47953f5 commit cbc0ff8Copy full SHA for cbc0ff8
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:
@@ -3270,7 +3270,7 @@ async def ocr_pdf(
3270
3271
3272
3273
3274
3275
3276
0 commit comments