mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-05-01 03:32:00 +02:00
.
This commit is contained in:
parent
4899a8fa17
commit
be1296150c
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class EynollahRecognizeProcessor(Processor):
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
page_image_bin, _, _ = self.workspace.image_from_page(
|
page_image_bin, _, _ = self.workspace.image_from_page(
|
||||||
page, page_file.pageId,
|
page.get_Page(), page_file.pageId,
|
||||||
feature_selector="binarized")
|
feature_selector="binarized")
|
||||||
result = self.eynollah_ocr.run_cnn(
|
result = self.eynollah_ocr.run_cnn(
|
||||||
img=img,
|
img=img,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue