
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
github.com/njupg/pdf
A simple Go library which enables reading PDF files text content. Fork tree:
Reader.GetText
returns the text content annotated with text size and weight information.
Text is returned in stream order - irrespectve of where it appears on the page, the returned
text order is how it appears in the PDF stream.
Attempts are made to separate text blocks that are displayed in separate blocks in the PDF as separate paragraphs.
e.g. with tabular PDF content:
Col 1 header | Col 2 header |
---|---|
Text in row 1 col 1 | Text in row 1 col 2 |
Text in row 2 col 1 | Text in row 2 col 2 |
Reader.GetText
returns content as:
Col 1 header
Col 2 header
Text in row 1 col 1
Text in row 1 col 2
Text in row 2 col 1
Text in row 2 col 2
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.