Skip to content

Commit

Permalink
update pytesseract to 0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rsujeevan committed May 22, 2024
1 parent 264b74a commit 9f4ad04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformers/image/image_ocr_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class ImageOCRTextTransformer(CustomTransformer):
_unsupervised = True

_modules_needed_by_name = ['pillow==10.3.0', "pytesseract==0.3.0"]
_modules_needed_by_name = ['pillow==10.3.0', "pytesseract==0.3.10"]
_parallel_task = True # if enabled, params_base['n_jobs'] will be >= 1 (adaptive to system), otherwise 1
_can_use_gpu = True # if enabled, will use special job scheduler for GPUs
_can_use_multi_gpu = True # if enabled, can get access to multiple GPUs for single transformer (experimental)
Expand Down

0 comments on commit 9f4ad04

Please sign in to comment.