How to search a PDF for specific words and produce output for entire file?Proper MIME media type for PDF filesHow do I convert Word files to PDF programmatically?Merge / convert multiple PDF files into one PDFInserting a pdf file in latexHow to search contents of multiple pdf files?How to integrate database search with pdf search in a web app?How are PDF files able to be partially displayed while downloading?Error When Importing PDF into WordRetrieve word count from PDF with exclusion rulesPDF Merge VB.NET using search words as Arrays. The Code is working but duplicating the 1st PDF?

Why is lying to Congress a crime?

Can C-like function call syntax be easily achieved for particular function names?

Novel set in the future, children cannot change the class they are born into, one class is made uneducated by associating books with pain

Do you say "good game" after a game in which your opponent played poorly?

How to respond when insulted by a grad student in a different department?

Suspicious crontab entry running 'xribfa4' every 15 minutes

How can demon technology be prevented from surpassing humans?

How can I cut a metal pipe while preserving the wires inside?

What's the most efficient way to draw this region?

"Shake your head all you like" meaning

How did Ron get five hundred Chocolate Frog cards?

Are there any rules around when something can be described as "based on a true story"?

Does my code handle negative numbers or zero when summing squared digits?

Did smallpox emerge in 1580?

What is the purpose of the redundant "いい人" in this example sentence

How to remind myself to lock my doors

How do you translate "Don't Fear the Reaper" into Latin?

How much income am I getting by renting my house?

How can AnyDVD destroy a DVD drive?

How to make a PCB based on ATtiny easily updatable by end users?

"Dear Stack Exchange, I am very disappointed in you" - How to construct a strong opening line in a letter?

What is the type of this light bulb?

How to protect my Wi-Fi password from being displayed by Android phones when sharing it with QR code?

Raspberry pi run commands on boot



How to search a PDF for specific words and produce output for entire file?


Proper MIME media type for PDF filesHow do I convert Word files to PDF programmatically?Merge / convert multiple PDF files into one PDFInserting a pdf file in latexHow to search contents of multiple pdf files?How to integrate database search with pdf search in a web app?How are PDF files able to be partially displayed while downloading?Error When Importing PDF into WordRetrieve word count from PDF with exclusion rulesPDF Merge VB.NET using search words as Arrays. The Code is working but duplicating the 1st PDF?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









0

















I have a PDF document that is 8000+ pages long. Each page relates to a specific encounter with an identifier number, date, etc. I am trying to figure out how to search the entire file for specific words and create an output that will tell me which identifiers records contain that word(s).



result <- keyword_search(x, 
keyword = c('ID', 'yeast'),
path = TRUE)


But I get the output




Error in normalizePath(pdf, mustWork = TRUE) : path[1]="": No such
file or directory




What I expect



ID:12345

Date:2/1/19

Special staining reveals fungal elements consistent with yeast. Can not rule-out Candida.


How I would like the result to look



Page# . ID . Word

1 . 12345 . yeast









share|improve this question


































    0

















    I have a PDF document that is 8000+ pages long. Each page relates to a specific encounter with an identifier number, date, etc. I am trying to figure out how to search the entire file for specific words and create an output that will tell me which identifiers records contain that word(s).



    result <- keyword_search(x, 
    keyword = c('ID', 'yeast'),
    path = TRUE)


    But I get the output




    Error in normalizePath(pdf, mustWork = TRUE) : path[1]="": No such
    file or directory




    What I expect



    ID:12345

    Date:2/1/19

    Special staining reveals fungal elements consistent with yeast. Can not rule-out Candida.


    How I would like the result to look



    Page# . ID . Word

    1 . 12345 . yeast









    share|improve this question






























      0












      0








      0








      I have a PDF document that is 8000+ pages long. Each page relates to a specific encounter with an identifier number, date, etc. I am trying to figure out how to search the entire file for specific words and create an output that will tell me which identifiers records contain that word(s).



      result <- keyword_search(x, 
      keyword = c('ID', 'yeast'),
      path = TRUE)


      But I get the output




      Error in normalizePath(pdf, mustWork = TRUE) : path[1]="": No such
      file or directory




      What I expect



      ID:12345

      Date:2/1/19

      Special staining reveals fungal elements consistent with yeast. Can not rule-out Candida.


      How I would like the result to look



      Page# . ID . Word

      1 . 12345 . yeast









      share|improve this question
















      I have a PDF document that is 8000+ pages long. Each page relates to a specific encounter with an identifier number, date, etc. I am trying to figure out how to search the entire file for specific words and create an output that will tell me which identifiers records contain that word(s).



      result <- keyword_search(x, 
      keyword = c('ID', 'yeast'),
      path = TRUE)


      But I get the output




      Error in normalizePath(pdf, mustWork = TRUE) : path[1]="": No such
      file or directory




      What I expect



      ID:12345

      Date:2/1/19

      Special staining reveals fungal elements consistent with yeast. Can not rule-out Candida.


      How I would like the result to look



      Page# . ID . Word

      1 . 12345 . yeast






      r pdf pdftotext






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question



      share|improve this question








      edited Mar 29 at 6:54









      Z.Lin

      16.4k4 gold badges25 silver badges47 bronze badges




      16.4k4 gold badges25 silver badges47 bronze badges










      asked Mar 28 at 21:24









      T.McMillenT.McMillen

      155 bronze badges




      155 bronze badges

























          0






          active

          oldest

          votes













          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407059%2fhow-to-search-a-pdf-for-specific-words-and-produce-output-for-entire-file%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown


























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407059%2fhow-to-search-a-pdf-for-specific-words-and-produce-output-for-entire-file%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript