Uses of Class
com.logicaldoc.ocr.OCRHistory
Packages that use OCRHistory
-
Uses of OCRHistory in com.logicaldoc.ocr
Methods in com.logicaldoc.ocr with parameters of type OCRHistoryModifier and TypeMethodDescriptionvoid
OCR.extractPDFText
(File pdffile, String lang, String tenant, StringBuilder buffer, OCRHistory transaction) Extracts the text from PDF filevoid
OCR.extractText
(File imgfile, String lang, String tenant, StringBuilder sb, OCRHistory transaction) void
HibernateOCRHistoryDAO.store
(OCRHistory history) void
HibernateOCRHistoryDAO.store
(OCRHistory history, com.logicaldoc.core.document.Document document) void
OCRHistoryDAO.store
(OCRHistory history, com.logicaldoc.core.document.Document document) Stores a new historyConstructors in com.logicaldoc.ocr with parameters of type OCRHistory