Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Extraction: Advanced Methods00:56

Extraction: Advanced Methods

Metal ions can be separated from one another by complexation with organic ligands–the chelating agent– to form uncharged chelates. Here, the chelating agent must contain hydrophobic groups and behave as a weak acid, losing a proton to bind with the metal. Since most organic ligands used in this process are insoluble or undergo oxidation in the aqueous phase, the chelating agent is initially added to the organic phase and extracted into the aqueous phase. The metal-ligand complex is formed in...
Extraction: Effects of pH00:53

Extraction: Effects of pH

Consider a neutral form of an amine, B, with a partition coefficient, K, in a liquid mixture containing organic and aqueous phases. The pH of the aqueous phase affects the charge on acidic and basic solutes, and the charged form is usually more soluble in the aqueous phase. Suppose the conjugate acid form of the amine is soluble only in the aqueous phase while the base form is soluble in both phases. Then the distribution coefficient, D, can be given as the ratio of amine concentration in the...
Atomic Force Microscopy01:08

Atomic Force Microscopy

Atomic force microscopy (AFM) is a type of scanning probe microscopy that can analyze topographic details of various specimens like ceramics, glass, polymers, and biological samples. AFM offers over 1000 times more resolution than the optical imaging system. Images generated from AFM are three-dimensional surface profiles, offering an advantage over the flat, two-dimensional images from other imaging techniques.
The AFM Probe
The probe is regarded as the heart of any AFM setup and comprises the...
Scanning Electron Microscopy01:07

Scanning Electron Microscopy

A scanning electron microscope (SEM) is used to study the surface features of a sample by using an electron beam that scans the sample surface in a two-dimensional manner. Typically, areas between ~1 centimeter to 5 micrometers in width can be imaged. SEM can be used to image bacteria, viruses, tissues as well as larger samples like insects. Conventional SEM gives a magnification ranging from 20X to 30,000X and spatial resolution of 50 to 100 nanometers.
Fundamental Principles
Accelerated...
Extraction: Partition and Distribution Coefficients01:14

Extraction: Partition and Distribution Coefficients

The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an organic...
Western Blotting01:15

Western Blotting

Western blotting is an analytical technique for protein identification. It has various applications in immunology and medicine, including detecting diseases like bovine spongiform encephalopathy, mad cow disease, and human and feline immunodeficiency virus from biological samples.
The technique begins with separating proteins from the sample using sodium dodecyl sulfate-polyacrylamide gel electrophoresis (SDS-PAGE), followed by protein transfer, immunoblotting, and finally, protein detection.

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

ChatGPT's advice is perceived as better than that of professional advice columnists.

Frontiers in psychology·2023
Same author

DualGCN: Exploring Syntactic and Semantic Information for Aspect-Based Sentiment Analysis.

IEEE transactions on neural networks and learning systems·2022
Same author

Sorting Through the Safety Data Haystack: Using Machine Learning to Identify Individual Case Safety Reports in Social-Digital Media.

Drug safety·2018
Same author

An Extension of BLANC to System Mentions.

Proceedings of the conference. Association for Computational Linguistics. Meeting·2017
Same author

Scoring Coreference Partitions of Predicted Mentions: A Reference Implementation.

Proceedings of the conference. Association for Computational Linguistics. Meeting·2017
Same author

The Future of Research Communication.

Dagstuhl reports·2015

Related Experiment Video

Updated: May 22, 2026

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

Layout-aware text extraction from full-text PDF of scientific articles.

Cartic Ramakrishnan1, Abhishek Patnia, Eduard Hovy

  • 1Information Sciences Institute, University of Southern California, 4676 Admiralty Way, Suite 1001, Marina del Rey, CA, 90292-6695, USA. cartic@isi.edu.

Source Code for Biology and Medicine
|May 30, 2012
PubMed
Summary

This study introduces a new system for extracting text from PDF scientific articles. The Layout-Aware PDF Text Extraction (LA-PDFText) system accurately identifies and classifies text blocks for improved text mining.

More Related Videos

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

Related Experiment Videos

Last Updated: May 22, 2026

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts
07:50

A Metadata Extraction Approach for Clinical Case Reports to Enable Advanced Understanding of Biomedical Concepts

Published on: September 20, 2018

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports
07:35

A Knowledge Graph Approach to Elucidate the Role of Organellar Pathways in Disease via Biomedical Reports

Published on: October 13, 2023

Area of Science:

  • Computational Biology
  • Bioinformatics
  • Scientific Publishing

Background:

  • Portable Document Format (PDF) is the standard for online scientific publications.
  • Extracting text from PDFs in a layout-aware manner is challenging for text mining and biocuration systems.
  • Existing methods struggle to accurately process the structural information within PDF scientific articles.

Purpose of the Study:

  • To introduce the Layout-Aware PDF Text Extraction (LA-PDFText) system.
  • To facilitate accurate, layout-aware text extraction from PDF research articles for text mining applications.
  • To provide a baseline system for future research in multi-modal content extraction.

Main Methods:

  • The LA-PDFText system employs a three-stage process: detecting contiguous text blocks using spatial layout, classifying blocks into rhetorical categories via a rule-based method, and stitching blocks in the correct order.
  • Spatial layout processing is used to identify and group text blocks.
  • A rule-based classifier categorizes text blocks into logical units such as title, abstract, and body text.

Main Results:

  • The LA-PDFText system achieved high performance in identifying text blocks and classifying them into rhetorical categories, with Precision=0.96, Recall=0.89, and F1=0.91.
  • Evaluated the accuracy of the block detection algorithm and compared text extraction accuracy against the PDF2Text system and PubMed Central.
  • Demonstrated the system's effectiveness in extracting text from section-wise grouped blocks.

Conclusions:

  • LA-PDFText is an open-source tool that enables accurate text extraction from full-text scientific articles.
  • The system provides a foundational solution for enhancing biomedical text mining and biocuration.
  • The source code is publicly available for further development and application.