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
Uncaught TypeError: Cannot read property '1' of undefined
at HocrProofreader.renderNodesRecursive (hocr-proofreader.js:304)
at HocrProofreader.renderNodesRecursive (hocr-proofreader.js:329)
at HocrProofreader.renderNodesRecursive (hocr-proofreader.js:329)
at HocrProofreader.renderNodesRecursive (hocr-proofreader.js:329)
at HocrProofreader.renderNodesRecursive (hocr-proofreader.js:329)
at HocrProofreader.renderPage (hocr-proofreader.js:266)
at HocrProofreader.setPage (hocr-proofreader.js:212)
at HocrProofreader.setHocr (hocr-proofreader.js:132)
at main.js:40
at XMLHttpRequest.request.onload (hocr-proofreader.js:14)
this ocr i get from generated from tesseract
The text was updated successfully, but these errors were encountered:
Hi, ok there is still some default-handling missing in hocr-proofreader. It seems that your hOCR does not have a "scan_res" option. You can try to add title="scan_res 300 300" to a top-level-node (if you have 300 dpi resolution). Or you can play around in hocr-proofreader.js (line 304) for testing.
This is my error :
this ocr i get from generated from tesseract
The text was updated successfully, but these errors were encountered: