Copilot commented on code in PR #2879: URL: https://github.com/apache/tika/pull/2879#discussion_r3367368855
########## docs/modules/ROOT/pages/configuration/index.adoc: ########## @@ -97,7 +97,7 @@ JSON uses the backslash as an escape character, so path options (e.g. `tesseract * xref:configuration/parsers/pdf-parser.adoc[PDFParser] — PDF parsing options * xref:configuration/parsers/tesseract-ocr-parser.adoc[TesseractOCRParser] — OCR options for image-based text extraction -* xref:configuration/parsers/tess4j-parser.adoc[Tess4J OCR Parser] — in-process OCR via tess4j JNI bindings +* xref:configuration/parsers/tess4j-parser.adoc[Tess4J OCR Parser] — in-process OCR via tess4j JNI bindings (advanced users only; most users should prefer the TesseractOCRParser above) Review Comment: This entry describes Tess4J as using “JNI bindings”, but Tess4JParser/Tess4J use JNA (and the tess4j-parser page below also says JNA). Keeping “JNI” here is factually incorrect and may mislead readers about the integration model. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
