You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This mode is marked as "not implemented" in Tesseract, and this behavior is consistent with the desktop version. Therefore, outside of clarifying the documentation (or removing this option from the API to avoid confusion) adding this feature is probably outside of the scope of this project.
Describe the bug
The result of
recognize()
withPSM_AUTO_ONLY
still includetext
.I guess this is not normal.
To Reproduce
worker.setParameters({ tessedit_pageseg_mode: PSM.AUTO_ONLY });
worker.recognize(image);
Return:
{ ..., psm: "AUTO_ONLY", oem: "DEFAULT", text: "bla bla" }
Expected behavior
The doc state: "Automatic page segmentation, but no OSD, or OCR."
So I expect
{ ..., text: null }
but this is not the case.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: