nguyenq / tess4j

Java JNA wrapper for Tesseract OCR API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extract tables API in Tesseract-OCR 5.0

neosis opened this issue · comments

Hi,
Few months back a new API is made available in Tesseract OCR - [https://github.com/tesseract-ocr/tesseract/commit/122daf1d640753ecd77208da6636e9e5ac4d0e07]

Tess4J master has been bumped to support the tesseract-OCR 5.0. Is support for this new tables related API available in current master of Tess4j?

Best
Ashutosh

It seems this new API has not been exposed in Tesseract's C-API. You may want to request Tesseract developers to do that before Java client programs can use it.

But it looks like that commit for tables has been backed out of Tesseract codebase.