ocropus-archive / DUP-ocropy

Python-based tools for document analysis and OCR
Apache License 2.0
3.41k stars 590 forks source link

How does it apply to java #331

Closed WangBoWang closed 4 years ago

WangBoWang commented 4 years ago

How does it apply to java

kba commented 4 years ago

Hard to say Unless you elaborate a bit what you mean. Not at all? Both ocropy and Java are software? OCR software can be used in Indonesia?

WangBoWang commented 4 years ago

We need to implement simple identification of local images in Java, and we want to find a project similar to tess4J that can be used for local API calls.Do you support Java native API calls?

kba commented 4 years ago

Do you support Java native API calls?

No. Jython might be an option while we're still at 2.7. Haven't tried though.

If tess4j bindings are up-to-date, I'd recommend that, since tesseract 4+ uses similar technologies and is actively developed.

WangBoWang commented 4 years ago

Ok. Thank you very much for your help.