mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-10-28 16:40:34 +00:00
There are several public interface points for chunking and they all provide a default for arguments like `max_charactes`. These defaults are provided by literal values. Keeping these synchronized has become a problem. Declare constant values for chunking argument default values and use those wherever a non-trivial default is used in an end-user facing API function.