Skip to main content
This is the core problem Court Rules solves. Two judges in the same courthouse, same district, same floor, but radically different requirements for the exact same filing.

The scenario

You have a memorandum of law in support of a motion for summary judgment. The PDF is 31 pages total, but after stripping front matter (cover page, table of contents, table of authorities) and back matter (certificate of service), the body is 25 pages:
  • Body page count: 25 (what courts count for limit enforcement)
  • Word count: 7,200
  • Document type: brief_support
  • Motion type: Rule_56
  • District: EDNY
When you use /classify to analyze a PDF, the returned page_count is body pages, not total PDF pages. Front matter and back matter are automatically excluded. The page_count_analysis field in the response shows the full breakdown. When calling /check manually, use body page count, not the raw PDF page count.
Let’s check this document against two EDNY judges.

Judge Amon: REVIEW (action items, no failures)

Result: REVIEW: within page and word limits, but action items to handle.
Judge Amon applies the EDNY district default of 25 pages for support briefs (she imposes no stricter judge-specific limit). The 25 body pages are within that limit. But she requires:
  • Courtesy copies in a tabbed binder, double-sided
  • Motions must be fully briefed before filing
  • A pre-motion conference (which we indicated was completed)

Judge Brown: NON_COMPLIANT (hard failure)

Same document. Same district. Different judge.
Result: NON_COMPLIANT: the same document fails.
Judge Brown imposes a 20-page limit on support briefs, 5 pages below the EDNY default. Your 25-page memo is 5 pages over. The court will reject it, not on the merits, but on formatting.

The difference

Same document. Same courthouse. Opposite outcomes. Amon’s limit is the EDNY default (25 pages). Brown’s standing order imposes a stricter cap.

Why this happens: three rule layers

Federal court compliance is governed by three layers of authority, each of which can impose different requirements:
  1. FRCP (Federal Rules of Civil Procedure): National baseline. Covers captions, signatures, privacy redactions, motion content requirements. Same for every federal judge in every district. 15 rules.
  2. Local Rules: District-wide. Formatting (font, margins, spacing), word limits, timing, and required documents. Every judge in the district shares these.
  3. Standing Orders: Judge-specific. Each judge publishes a PDF with their personal requirements. This is where page limits, courtesy copy policies, pre-motion conference rules, and filing gates live. This is where the divergence happens.
The API checks all three layers simultaneously and tells you exactly which rule, from which layer, applies to your specific filing.

Try it yourself

Pick any two full-coverage judges (Amon, Block, Brown) and run the same document against both. The differences are real, sourced from actual standing order PDFs, and verifiable.