Skip to content

Add support for Roman numeral page parsing#173

Open
sambhavthakkar wants to merge 1 commit intoVectifyAI:mainfrom
sambhavthakkar:fix-roman-page-numbers
Open

Add support for Roman numeral page parsing#173
sambhavthakkar wants to merge 1 commit intoVectifyAI:mainfrom
sambhavthakkar:fix-roman-page-numbers

Conversation

@sambhavthakkar
Copy link

Fixes #164

Changes

  • Added support for parsing Roman numeral page numbers (e.g., i, ii, iv)
  • Handles real-world formats with trailing punctuation (e.g., "vii.", "(iv)")
  • Preserves existing integer parsing behavior

Examples

  • "iv" → 4
  • "vii." → 7
  • "10" → 10

Copy link

@claude claude bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Claude Code Review

This repository is configured for manual code reviews. Comment @claude review to trigger a review.

@sambhavthakkar
Copy link
Author

@claude review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for roman numeral page numbers (ex. ii, iv)

1 participant