congrats Icon
New! Announcing our next generation AI code completions
Read here
Tabnine Logo
PDFParser.handleXFAOnly
Code IndexAdd Tabnine to your IDE (free)

How to use
handleXFAOnly
method
in
org.apache.tika.parser.pdf.PDFParser

Best Java code snippets using org.apache.tika.parser.pdf.PDFParser.handleXFAOnly (Showing top 3 results out of 315)

origin: apache/tika

if (handler != null) {
  if (shouldHandleXFAOnly(pdfDocument, localConfig)) {
    handleXFAOnly(pdfDocument, handler, metadata, context);
  } else if (localConfig.getOcrStrategy().equals(PDFParserConfig.OCR_STRATEGY.OCR_ONLY)) {
    metadata.add("X-Parsed-By", TesseractOCRParser.class.toString());
origin: org.apache.tika/tika-parsers

if (handler != null) {
  if (shouldHandleXFAOnly(pdfDocument, localConfig)) {
    handleXFAOnly(pdfDocument, handler, metadata, context);
  } else if (localConfig.getOcrStrategy().equals(PDFParserConfig.OCR_STRATEGY.OCR_ONLY)) {
    metadata.add("X-Parsed-By", TesseractOCRParser.class.toString());
origin: com.github.lafa.tikaNoExternal/tika-external

if (handler != null) {
  if (shouldHandleXFAOnly(pdfDocument, localConfig)) {
    handleXFAOnly(pdfDocument, handler, metadata, context);
  } else if (localConfig.getOcrStrategy().equals(PDFParserConfig.OCR_STRATEGY.OCR_ONLY)) {
    metadata.add("X-Parsed-By", TesseractOCRParser.class.toString());
org.apache.tika.parser.pdfPDFParserhandleXFAOnly

Popular methods of PDFParser

  • <init>
  • parse
  • addMetadata
  • decode
  • extractDublinCoreListItems
    This tries to read a list from a particular property in XMPSchemaDublinCore. If it can't find the in
  • extractMetadata
  • extractMultilingualItems
    Try to extract all multilingual items from the XMPSchema This relies on the property having a valid
  • getPassword
  • getXMPBagOrSeqList
    As of this writing, XMPSchema can contain bags or sequence lists for some attributes...despite stand
  • loadDOM
  • shouldHandleXFAOnly
  • getDocument
  • shouldHandleXFAOnly,
  • getDocument,
  • getPDDocument,
  • setInitializableProblemHandler,
  • setOcrStrategy,
  • setSortByPosition,
  • setTempDirectory

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSharedPreferences (Context)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • Graphics2D (java.awt)
    This Graphics2D class extends the Graphics class to provide more sophisticated control overgraphics
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • PrintWriter (java.io)
    Wraps either an existing OutputStream or an existing Writerand provides convenience methods for prin
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • UUID (java.util)
    UUID is an immutable representation of a 128-bit universally unique identifier (UUID). There are mul
  • 21 Best Atom Packages for 2021
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now