Skip to content

Update pdf extraction to use page reading order instead of 0 based in… #96

Update pdf extraction to use page reading order instead of 0 based in…

Update pdf extraction to use page reading order instead of 0 based in… #96

Workflow file for this run

name: nv-ingest pre-commit
on:
pull_request:
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.1