FIXUP: Remove extra tessdata arg

This commit is contained in:
Alex Pyrgiotis 2024-03-28 11:37:08 +02:00
parent 4250c6a64f
commit 981056192c
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA

View file

@ -166,7 +166,6 @@ class IsolationProvider(ABC):
return pixmap.pdfocr_tobytes( return pixmap.pdfocr_tobytes(
compress=True, compress=True,
language=ocr_lang, language=ocr_lang,
tessdata=get_tessdata_dir(),
) )
def pixels_to_pdf_page( def pixels_to_pdf_page(