Analyze content in specified section in PDF #1120
              
                
                  
                  
                    Answered
                  
                  by
                    wingbroken
                  
              
          
                  
                    
                      wingbroken
                    
                  
                
                  asked this question in
                Looking for help
              
            -
| Hi There, we know mupdf can extract TOC. Now I want to analyze the content in section level, that is to say, I want to locate the text or image between section, how can I leverage TOC and bookmarks destination to address this? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            wingbroken
          
      
      
        Jul 6, 2021 
      
    
    Replies: 1 comment
-
| I figure it out by getting the position of each title and compare them with the corresponding text/image coordinates in each page. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        wingbroken
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I figure it out by getting the position of each title and compare them with the corresponding text/image coordinates in each page.