> For the complete documentation index, see [llms.txt](https://docs.voting.works/vxsuite-tdp-v4/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voting.works/vxsuite-tdp-v4/system-performance-and-specifications/system-limits/maximum-tabulation-rate.md).

# Maximum Tabulation Rate

The maximum tabulation rate for batch-fed scanners is primarily limited by the hardware scanning speed limit for each central scanner model:

* Ricoh fi-8170: 80 sheets per minute
* Ricoh fi-7600: 100 sheets per minute

The sheet per minute rate is reduced by the need to interpret ballot images. Ballot interpretation speed varies based on the following ballot variables:

* Ballot type
  * Ballot marking device ballots are slower to interpret than hand marked paper ballots.
* Sheet length
  * Shorter (such as 11") ballots are faster to interpret than longer (such as 22") ballots.
* Ballot content
  * Ballots with more contests and contests selections are slower to interpret.

Taking these limitations into consideration, batch scanners can be expected to scan approximately 50 sheets per minute for typical elections configurations.

In addition to the sheet per minute rate of a given batch, the maximum tabulation rate is also limited by the maximum batch size for each scanner. Due to the paper weight range supported by VxSuite, VotingWorks recommends a smaller batch size than the original manufacturer recommendation:

* Ricoh fi-8170: 30 sheets per batch
* Ricoh fi-7600: 100 sheets per batch

Finally, the maximum tabulation rate over the course of a day is limited by the daily volume limitations of each central scanner:

* Ricoh fi-8170: 10,000 sheets/day
* Ricoh fi-7600: 44,000 sheets/day


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.voting.works/vxsuite-tdp-v4/system-performance-and-specifications/system-limits/maximum-tabulation-rate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
